Skip to content

Commit aa6f0f7

Browse files
committed
Fix test
1 parent 67581c3 commit aa6f0f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ jobs:
4444
python -m pip install --upgrade pip
4545
pip install torch==1.9.0+cpu torchvision==0.10.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
4646
make install_dev
47+
- name: Test with pytest
48+
run: make test
4749

0 commit comments

Comments
 (0)