Skip to content

Commit

Permalink
update requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Sep 26, 2024
1 parent 0594444 commit fcadc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-tests-old-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pip install pytest nbval
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install torch==${{ matrix.pytorch-version }}
pip install pytest ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
- name: Test Selected Python Scripts
run: |
Expand Down

0 comments on commit fcadc4d

Please sign in to comment.