Skip to content

Commit

Permalink
CI: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Jan 24, 2020
1 parent cf83216 commit 69a99d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pytest-core-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,16 @@ jobs:
run: |
pip install --upgrade pip
pip install -e .[extras]
ipcluster start --profile=mpi -n 4 --daemon
- name: Test with pytest
run: |
pytest --cov --cov-config=.coveragerc --cov-report=xml -m parallel tests/
- name: Test mpi notebook
run : |
ipcluster start --profile=mpi -n 4 --daemon
py.test --nbval examples/mpi
# Currently not tested due to issue #859
# py.test --nbval examples/mpi
ipcluster stop --profile=mpi
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 69a99d5

Please sign in to comment.