Skip to content

Commit 21ecd1c

Browse files
committed
https://github.com/Radical-AI/torch-sim/pull/211#discussion_r2141207587
1 parent ef8f70a commit 21ecd1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ jobs:
9595
env:
9696
HF_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }}
9797
run: |
98-
uv pip install "torch>2" --index-url https://download.pytorch.org/whl/cpu --system
99-
uv pip install "torch-scatter" -f https://data.pyg.org/whl/torch-2.6.0+cpu.html --system
100-
uv pip install "torch-sparse" -f https://data.pyg.org/whl/torch-2.6.0+cpu.html --system
98+
uv pip install "torch>=2.6" --index-url https://download.pytorch.org/whl/cpu --system
10199
uv pip install "fairchem-core>=2.2.0" --system
102100
uv pip install "huggingface_hub[cli]" --system
103101
uv pip install -e .[test] --resolution=${{ matrix.version.resolution }} --system

0 commit comments

Comments
 (0)