Skip to content

Commit 9e19910

Browse files
authored
Update sphinx.yml
1 parent 2874d6a commit 9e19910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Run nosetest
4141
run: |
4242
export PATH=/usr/share/miniconda/envs/test/bin/:$PATH
43+
which python
4344
which mpirun
4445
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
4546

0 commit comments

Comments
 (0)