Skip to content

Commit 97aec35

Browse files
committed
Argh, is it 'nose', instead of 'nosetests' ?
1 parent 173cb57 commit 97aec35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
- name: Test with nose
6363
run: |
6464
set -x
65-
pip install nosetests
65+
pip install nose
6666
nosetests -v --with-coverage

0 commit comments

Comments
 (0)