From a008461fdc03cc771d000a6c413e2c1df7729911 Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Tue, 31 Oct 2023 14:08:18 +0800 Subject: [PATCH] no message --- .github/workflows/testing_ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/testing_ci.yml b/.github/workflows/testing_ci.yml index f7438170..fb63ca0a 100644 --- a/.github/workflows/testing_ci.yml +++ b/.github/workflows/testing_ci.yml @@ -59,10 +59,7 @@ jobs: run: | pip install -r requirements.txt 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" - - - name: Install development dependencies - run: | - pip install -e ".[dev]" + pip install pypots[dev] - name: Fetch the test environment details run: |