Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
etr2460 committed Apr 30, 2024
1 parent 4f392e3 commit 75b6921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m pip install --upgrade pip
pip install pyyaml
pip install pytest
pip install -e .
pip install -e .[torch]
- name: Run unit tests
env:
Expand Down

0 comments on commit 75b6921

Please sign in to comment.