Skip to content

Commit

Permalink
try to fix geometric installation using pip instead of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Oct 24, 2023
1 parent eee5512 commit d842fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-python-and-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
## PyTorch, PyG, PyG adds
### Installing for CPU only on the CI
conda install pytorch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 -c pytorch
conda install pyg -c pyg
pip install torch_geometric==2.3.1
pip install torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-$(python3 -c "import torch; print(torch.__version__)")+cpu.html
- name: Install dependencies on MacOS
shell: bash {0}
Expand Down

0 comments on commit d842fc7

Please sign in to comment.