Skip to content

Commit

Permalink
attempt fix: upgrade pip
Browse files Browse the repository at this point in the history
hitting a wall...
  • Loading branch information
aMahanna committed Oct 6, 2023
1 parent 4925a49 commit 632fccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
cache-dependency-path: setup.py
- name: Install packages
run: |
pip install --upgrade pip
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]
Expand Down

0 comments on commit 632fccd

Please sign in to comment.