diff --git a/.github/workflows/testing_ci.yml b/.github/workflows/testing_ci.yml index 5ea295cb..f969ba6a 100644 --- a/.github/workflows/testing_ci.yml +++ b/.github/workflows/testing_ci.yml @@ -58,7 +58,7 @@ jobs: - name: Install other dependencies run: | pip install pypots - pip install torch-geometric==2.3.1 torch-scatter==2.1.1 torch-sparse -f "https://data.pyg.org/whl/torch-${{ matrix.torch-version }}+cpu.html" + pip install torch-geometric==2.3.1 torch-scatter==2.1.1 torch-sparse==0.6.17 -f "https://data.pyg.org/whl/torch-${{ matrix.torch-version }}+cpu.html" pip install -e ".[dev]" - name: Fetch the test environment details