Skip to content

Commit

Permalink
Install torch_scatter in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Dec 11, 2023
1 parent 4fc5254 commit 0a02642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install torch
pip install torch_scatter
pip install -e .[strict,test]
- name: Test
Expand Down

0 comments on commit 0a02642

Please sign in to comment.