This commit is contained in:
rasbt 2026-01-27 15:42:42 -06:00
parent 4cef442a3b
commit df5b809c7f
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

View File

@ -79,5 +79,5 @@ jobs:
shell: bash
run: |
source .venv/bin/activate
uv pip install transformers
uv pip install transformers -U
pytest pkg/llms_from_scratch/tests/

View File

@ -47,6 +47,7 @@ jobs:
shell: bash
run: |
source .venv/bin/activate
uv pip install transformers -U
pytest setup/02_installing-python-libraries/tests.py
pytest ch04/01_main-chapter-code/tests.py
pytest ch05/01_main-chapter-code/tests.py

View File

@ -49,6 +49,7 @@ jobs:
shell: bash
run: |
source .venv/Scripts/activate
uv pip install transformers -U
pytest setup/02_installing-python-libraries/tests.py
pytest ch04/01_main-chapter-code/tests.py
pytest ch05/01_main-chapter-code/tests.py