mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Switch from pip to uv (#529)
* Replace pip by more modern uv * uv tests * update yaml * update yaml * update yaml * update flake8 * update windows commands * fix windows test * windows fix * windows fix * windows fix * windows fix * windows fix * windows fix * windows fix * windows fix * windows fix * windows fix
This commit is contained in:
committed by
GitHub
parent
074a6efb33
commit
88fd849b88
6
.github/workflows/check-spelling-errors.yml
vendored
6
.github/workflows/check-spelling-errors.yml
vendored
@@ -23,8 +23,12 @@ jobs:
|
||||
- name: Install codespell
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install codespell
|
||||
pip install uv
|
||||
uv venv --python=python3.10
|
||||
source .venv/bin/activate
|
||||
uv pip install codespell
|
||||
|
||||
- name: Run codespell
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
codespell -L "ocassion,occassion,ot,te,tje" **/*.{txt,md,py,ipynb}
|
||||
|
||||
Reference in New Issue
Block a user