From c8e52080e45e693317556ea338c13e7db95e7cb8 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Thu, 8 Jan 2026 09:08:16 +0000 Subject: [PATCH] pin pytorch in test script - 2.9 taking too much space --- .github/workflows/ci_test_all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_test_all.yml b/.github/workflows/ci_test_all.yml index 8fc523a3..42207142 100644 --- a/.github/workflows/ci_test_all.yml +++ b/.github/workflows/ci_test_all.yml @@ -37,6 +37,7 @@ jobs: - name: Run test script run: | + pip install torch==2.8.0 # pinned to avoid issues with latest version taking up too much space... export NEURON_HOME=$pythonLocation ./test_all.sh