From 9b0eabf8dd799c4d169daa2d1c9ef9f1e2562d27 Mon Sep 17 00:00:00 2001 From: pgleeson Date: Wed, 21 Aug 2024 10:21:21 +0100 Subject: [PATCH] Fix to find neuron --- .github/workflows/ci_test_all.yml | 1 + setup.cfg | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_test_all.yml b/.github/workflows/ci_test_all.yml index 9997084c..e540681e 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: | + export NEURON_HOME=$pythonLocation ./test_all.sh - name: Version info for installed packages diff --git a/setup.cfg b/setup.cfg index 50cc8935..a04c7e5f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -60,7 +60,8 @@ psyneulink = neuroml = pyNeuroML>=1.0.10 neuromllite>=0.5.6 - PyNN==0.10.1 + PyNN>=0.10.1 + neuron tensorflow =