Skip to content

Commit 8b013f6

Browse files
committed
fix tests
1 parent 2dd3397 commit 8b013f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
python -m pip install pytest
30-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30+
python -m pip install pytest torch==1.10.0
3131
- name: Test with pytest
3232
run: |
3333
python setup.py test

0 commit comments

Comments
 (0)