Skip to content

Commit 2874d6a

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
4040
- name: Run nosetest
4141
run: |
42-
export PATH=$PATH:/usr/share/miniconda/envs/test/bin/
42+
export PATH=/usr/share/miniconda/envs/test/bin/:$PATH
43+
which mpirun
4344
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
4445
4546
- name: Build

0 commit comments

Comments
 (0)