Skip to content

Commit

Permalink
Merge pull request #15 from lucidrains/fix-tests-again
Browse files Browse the repository at this point in the history
try to fix torch version in test for einx
  • Loading branch information
lucidrains committed Jan 17, 2024
2 parents 2e33a53 + dea3081 commit f6d36da
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 @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install setuptools
python -m pip install pytest torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
python -m pip install pytest torch==2.1.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
- name: Test with pytest
run: |
python setup.py test

0 comments on commit f6d36da

Please sign in to comment.