Skip to content

Commit

Permalink
lock torch in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 14, 2023
1 parent 92ac4ea commit 98cdcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install packages
run: |
pip install torch
pip install torch==2.1.0
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-$(python -c 'import torch; print(torch.__version__.split("+")[0])')+cpu.html
pip install -e .[dev]
Expand Down

0 comments on commit 98cdcd0

Please sign in to comment.