1 parent a684a7c commit 173cb57Copy full SHA for 173cb57
.github/workflows/pythonpackage.yml
@@ -62,4 +62,5 @@ jobs:
62
- name: Test with nose
63
run: |
64
set -x
65
+ pip install nosetests
66
nosetests -v --with-coverage
0 commit comments