Skip to content

Commit

Permalink
fix(tests): update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Jul 7, 2022
1 parent 6fb9500 commit 8e5d9a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -r requirements.txt -r tests/requirements.txt
python -m pip install -r tests/requirements.txt
- name: Install TorchOpt
run: |
Expand Down
4 changes: 4 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
-r ../requirements.txt

pytest
torchvision
functorch

0 comments on commit 8e5d9a8

Please # to comment.