Skip to content

Commit 43d246f

Browse files
authored
Comment out torch installation in CI test workflow
Comment out the pip install command for torch in CI workflow.
1 parent 4cc5afa commit 43d246f

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)