Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Oct 15, 2022
1 parent dde8473 commit e25fcaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 .
pushd pyNN/neuron/nmodl
nrnivmodl
popd
- name: Run unit and system tests
run: |
pytest -v --cov=pyNN --cov-report=term --cov-report=lcov --cov-report=xml test
Expand Down
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pip install pytest pytest-cov
source ci/install_brian.sh
source ci/install_nest.sh
source ci/install_neuron.sh
python setup.py install
python setup.py develop

0 comments on commit e25fcaf

Please sign in to comment.