Skip to content

Commit

Permalink
remove torch-scatter CI install, rm .devcontainer/devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Aug 5, 2024
1 parent ecdb0b1 commit 602af36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Install dependencies
run: |
pip install torch==2.2.1 --index-url https://download.pytorch.org/whl/cpu
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.2.1+cpu.html
uv pip install .[test] --system
- name: Run Tests
Expand Down

0 comments on commit 602af36

Please sign in to comment.