Skip to content

Commit 877560e

Browse files
committed
whenxuan: update the unittest
1 parent 5efe7e8 commit 877560e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.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
pip install flake8 pytest
30-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30+
pip install torch
3131
- name: Test with unittest
3232
run: |
3333
python -m unittest discover -v

0 commit comments

Comments
 (0)