We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc5afa commit 43d246fCopy full SHA for 43d246f
.github/workflows/ci_test_all.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Run test script
39
run: |
40
- pip install torch==2.8.0 # pinned to avoid issues with latest version taking up too much space...
+ # pip install torch==2.8.0 # pinned to avoid issues with latest version taking up too much space...
41
export NEURON_HOME=$pythonLocation
42
./test_all.sh
43
0 commit comments