Skip to content

Commit

Permalink
install via conda
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Dec 11, 2023
1 parent 0a02642 commit cf71569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install torch
pip install torch_scatter
# pip install torch_scatter
conda install pytorch-scatter -c pyg
pip install -e .[strict,test]
- name: Test
Expand Down

0 comments on commit cf71569

Please sign in to comment.