Skip to content

Commit

Permalink
Fix to find neuron
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Aug 21, 2024
1 parent 9d45150 commit 9b0eabf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

- name: Run test script
run: |
export NEURON_HOME=$pythonLocation
./test_all.sh
- name: Version info for installed packages
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ psyneulink =
neuroml =
pyNeuroML>=1.0.10
neuromllite>=0.5.6
PyNN==0.10.1
PyNN>=0.10.1
neuron


tensorflow =
Expand Down

0 comments on commit 9b0eabf

Please sign in to comment.