Skip to content

Commit

Permalink
forgot we don't have NEURON in Windows in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Oct 15, 2022
1 parent 4ea937d commit 6b4be03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Install PyNN itself
run: |
pip install -e .
- name: Compile NEURON mechanisms (Linux)
if: startsWith(matrix.os, 'ubuntu')
run: |
pushd pyNN/neuron/nmodl
nrnivmodl
popd
Expand Down

0 comments on commit 6b4be03

Please sign in to comment.