Skip to content

Commit 51ee0e4

Browse files
authored
Merge pull request #569 from ModECI/test_space
Comment out torch installation in CI test workflow
2 parents 4cc5afa + 43d246f commit 51ee0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_test_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Run test script
3939
run: |
40-
pip install torch==2.8.0 # pinned to avoid issues with latest version taking up too much space...
40+
# pip install torch==2.8.0 # pinned to avoid issues with latest version taking up too much space...
4141
export NEURON_HOME=$pythonLocation
4242
./test_all.sh
4343

0 commit comments

Comments
 (0)