Skip to content

Commit c8e5208

Browse files
committed
pin pytorch in test script - 2.9 taking too much space
1 parent b43d16a commit c8e5208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_test_all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +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...
4041
export NEURON_HOME=$pythonLocation
4142
./test_all.sh
4243

0 commit comments

Comments
 (0)