Skip to content

Commit

Permalink
install torch cpu only
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhhughes committed Jul 19, 2024
1 parent 5288d7e commit 33d1757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
run: python -m pip install ${{github.workspace}}
- name: Test
run: |
pip install pytest networkx torch torch_geometric
pip install torch --index-url https://dowload.pytorch.org/whl/cpu
pip install pytest networkx torch_geometric
pytest ${{github.workspace}}/python/tests

0 comments on commit 33d1757

Please sign in to comment.