From d842fc7d54903e792fbf49375172008e60580f02 Mon Sep 17 00:00:00 2001 From: gcroci2 Date: Tue, 24 Oct 2023 16:33:54 +0200 Subject: [PATCH] try to fix geometric installation using pip instead of conda --- .github/actions/install-python-and-package/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-python-and-package/action.yml b/.github/actions/install-python-and-package/action.yml index 5ec817362..fd9f1a206 100644 --- a/.github/actions/install-python-and-package/action.yml +++ b/.github/actions/install-python-and-package/action.yml @@ -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}