Skip to content

Commit

Permalink
test: update testing_ci;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jul 26, 2024
1 parent 82f44c7 commit 6450e7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
check-latest: true
cache: pip
cache-dependency-path: |
setup.cfg
requirements/requirements.txt
requirements/requirements_dev.txt
- name: Install PyTorch ${{ matrix.pytorch-version }}+cpu
# we have to install torch in advance because torch_sparse needs it for compilation,
Expand All @@ -53,7 +54,7 @@ jobs:
# we need to know if the package can be built successfully without optional dependencies
run: |
pip install build wheel
python -m build --no-isolation
python -m build
- name: Continue to install torch-geometric dependencies
run: |
Expand Down

0 comments on commit 6450e7c

Please sign in to comment.