We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43d16a commit c8e5208Copy full SHA for c8e5208
1 file changed
.github/workflows/ci_test_all.yml
@@ -37,6 +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...
41
export NEURON_HOME=$pythonLocation
42
./test_all.sh
43
0 commit comments