File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
strategy :
50
50
matrix :
51
51
os : [ubuntu-latest, windows-latest]
52
- python-version : [ "3.8", "3.10 " ]
52
+ python-version : [ "3.8", "3.11 " ]
53
53
runs-on : ${{ matrix.os }}
54
54
steps :
55
55
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ envlist =
28
28
[testenv]
29
29
commands =
30
30
# custom installation for PyG, cf. https://github.com/rusty1s/pytorch_scatter/pull/268
31
- pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric --find-links https://data.pyg.org/whl/torch-2.1 .0+cpu.html
31
+ pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric --find-links https://data.pyg.org/whl/torch-2.2 .0+cpu.html
32
32
coverage run -p -m pytest --durations =20 {posargs:tests} -m " not slow"
33
33
# ensure we use the CPU-only version of torch
34
34
setenv =
You can’t perform that action at this time.
0 commit comments