Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 14, 2024
1 parent 9bcba1d commit 298a0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest numpy torch==1.10.0
python -m pip install pytest torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
- name: Test with pytest
run: |
python setup.py test

0 comments on commit 298a0db

Please sign in to comment.