Skip to content

Commit 75b6921

Browse files
committed
Fix tests
1 parent 4f392e3 commit 75b6921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -m pip install --upgrade pip
3030
pip install pyyaml
3131
pip install pytest
32-
pip install -e .
32+
pip install -e .[torch]
3333
3434
- name: Run unit tests
3535
env:

0 commit comments

Comments
 (0)