Skip to content

Commit

Permalink
Try using a more recent version of NEURON for CI testing, since 8.1.0…
Browse files Browse the repository at this point in the history
… doesn't have a built package for Python 3.12
  • Loading branch information
apdavison committed Feb 20, 2024
1 parent 5df1e0a commit 34169d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install NEURON
if: startsWith(matrix.os, 'ubuntu')
run: |
python -m pip install neuron==8.1.0
python -m pip install neuron==8.2.4
python -m pip install "nrnutils>0.2.0"
- name: Install NEST
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 34169d6

Please sign in to comment.