Skip to content

Commit a7ee70f

Browse files
authored
Update sphinx.yml
1 parent 9d6691e commit a7ee70f

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-
/usr/share/miniconda/envs/test/bin/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
42+
export PATH=$PATH:/usr/share/miniconda/envs/test/bin/
43+
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
4344
4445
- name: Build
4546
uses: ammaraskar/sphinx-action@master

0 commit comments

Comments
 (0)