Skip to content

Commit

Permalink
update test version
Browse files Browse the repository at this point in the history
  • Loading branch information
zouter committed May 23, 2024
1 parent 5792769 commit 107af28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9
cache: 'pip'
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- run: pip install torch==2.3.0 # because torch_scatter contains import torch in the setup.py, we have to install torch first
Expand Down

0 comments on commit 107af28

Please sign in to comment.