Skip to content

Commit

Permalink
Fix torch install in test action
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Nov 8, 2023
1 parent 5007ab2 commit f334968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
poetry install --with test
poetry run python -m pip install --upgrade pip
poetry run pip install torch==2.0.1+cpu --index-url https://download.pytorch.org/whl/cpu
poetry run pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
- name: Test with pytest
run: |
poetry run pytest tests/

0 comments on commit f334968

Please sign in to comment.