Skip to content

Commit

Permalink
refactor: debugging CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Dec 12, 2021
1 parent e30e908 commit 17e969c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
mpi-default-bin \
libmpich-dev
python -m pip install neuron
which nrniv
# install package
- name: Install the package
Expand Down Expand Up @@ -243,9 +242,9 @@ jobs:
run: python -m pip install .[tests]

- name: Run the tests
run: python -m pytest tests/ --cov=./biosimulators_pyneuroml/ --cov-report=xml
env:
NEURON_HOME: /opt/hostedtoolcache/Python/3.9.8/x64
run: |
export NEURON_HOME=$(which nrniv | rev | cut -d '/' -f 3- | rev)
python -m pytest tests/ --cov=./biosimulators_pyneuroml/ --cov-report=xml
- name: Upload the coverage report to Codecov
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 17e969c

Please sign in to comment.