Skip to content

Commit 9d6691e

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ jobs:
3636
run: |
3737
conda install --yes -c conda-forge --file requirements.txt
3838
pip install nose-timer
39-
which python
40-
which nosetests
4139
4240
- name: Run nosetest
4341
run: |
44-
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+
/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
4543
4644
- name: Build
4745
uses: ammaraskar/sphinx-action@master

0 commit comments

Comments
 (0)