Skip to content

Commit

Permalink
attempt fix: torch installations
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Oct 6, 2023
1 parent 26125ad commit 4925a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
cache-dependency-path: setup.py
- name: Install packages
run: |
pip install torch
pip install torch-sparse
pip install torch==2.1.0
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-2.1.0+cpu.html
pip install -e .[dev]
- name: Run black
run: black --check --verbose --diff --color ${{env.PACKAGE_DIR}} ${{env.TESTS_DIR}}
Expand Down

0 comments on commit 4925a49

Please sign in to comment.