diff --git a/.github/workflows/full-test.yml b/.github/workflows/full-test.yml index 1e132a9e..1100ff2b 100644 --- a/.github/workflows/full-test.yml +++ b/.github/workflows/full-test.yml @@ -36,9 +36,8 @@ jobs: run: | python -m pip install brian2 - name: Install NEURON - if: startsWith(matrix.os, 'ubuntu') run: | - python -m pip install neuron==8.2.4 + python -m pip install NEURON==8.2.4 python -m pip install "nrnutils>0.2.0" - name: Install NEST if: startsWith(matrix.os, 'ubuntu')