Skip to content

Commit b0564c3

Browse files
authored
Update tests.yml
Install PyTorch first to avoid issues with torch_scatter
1 parent be327de commit b0564c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
conda env update --file environment.yml --name base
2727
- name: Install pip dependencies
2828
run: |
29+
pip install "torch<2.6.0,>=2.1.0"
2930
pip install -e '.[dev]'
3031
- name: Append LAMMPS paths
3132
run: |

0 commit comments

Comments
 (0)