We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2874d6a commit 9e19910Copy full SHA for 9e19910
.github/workflows/sphinx.yml
@@ -40,6 +40,7 @@ jobs:
40
- name: Run nosetest
41
run: |
42
export PATH=/usr/share/miniconda/envs/test/bin/:$PATH
43
+ which python
44
which mpirun
45
nosetests -v --with-timer --with-coverage --cover-erase --cover-inclusive --cover-package=pySDC/core,pySDC/implementations,pySDC/helpers,pySDC/tutorial,pySDC/projects --cover-html --cover-html-dir=doc/build/test_coverage pySDC/tests
46
0 commit comments