Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zouter committed May 23, 2024
1 parent 05ec14d commit c78aa1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
python-version: 3.8
cache: 'pip'
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- run: pip install torch # because torch_scatter contains import torch in the setup.py, we have to install torch first
- run: pip install torch==2.3.0 # because torch_scatter contains import torch in the setup.py, we have to install torch first
- run: pip install torch-scatter -f https://data.pyg.org/whl/torch-2.3.0+cpu.html # it seems a wheel is necessary to install torch-scatter
- name: regular install
run: pip install .
- name: attempt import
Expand Down

0 comments on commit c78aa1f

Please sign in to comment.