Skip to content

Commit

Permalink
fix: also fix the versions of torch-sparse to avoid independency inst…
Browse files Browse the repository at this point in the history
…all error during CI testing;
  • Loading branch information
WenjieDu committed Oct 9, 2023
1 parent da777f4 commit 8173a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install other dependencies
run: |
pip install pypots
pip install torch-geometric==2.3.1 torch-scatter==2.1.1 torch-sparse -f "https://data.pyg.org/whl/torch-${{ matrix.torch-version }}+cpu.html"
pip install torch-geometric==2.3.1 torch-scatter==2.1.1 torch-sparse==0.6.17 -f "https://data.pyg.org/whl/torch-${{ matrix.torch-version }}+cpu.html"
pip install -e ".[dev]"
- name: Fetch the test environment details
Expand Down

0 comments on commit 8173a24

Please sign in to comment.