Skip to content

Commit

Permalink
fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiwen Yuan committed Oct 14, 2024
1 parent 9ac5b4a commit c9c55a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Install PyTorch
run: |
pip install torch==2.3.0 --extra-index-url https://download.pytorch.org/whl/cpu --break-system-packages
pip install --no-index pyg-lib==0.4.0 -f https://data.pyg.org/whl/torch-2.3.0+cpu.html
python3 -m pip install torch==2.3.0 --extra-index-url https://download.pytorch.org/whl/cpu --break-system-packages
python3 -m pip install --no-index pyg-lib==0.4.0 -f https://data.pyg.org/whl/torch-2.3.0+cpu.html
- name: Install main package
run: |
Expand Down

0 comments on commit c9c55a6

Please sign in to comment.