Skip to content

Commit c382f36

Browse files
committed
See if tests with nose just work like that in github actions
1 parent d3c8760 commit c382f36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/pythonpackage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
set -x
6060
pip install -r doc/requirements.txt
6161
make -C doc html
62-
- name: Test with pytest
62+
- name: Test with nose
6363
run: |
6464
set -x
65-
pip install pytest
66-
pytest
65+
pip install nosetest
66+
nosetests -v --with-coverage

0 commit comments

Comments
 (0)