summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 11:21:53 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 11:21:53 +0800
commit173cb579972dbab1c883e455e1c9989e056a8a92 (patch)
treea23aabcc2a22f3e2eaee08f90f6dd24c3a3d0a02 /.github
parenta684a7c41e89ec82b2b03d2050382b5e50db29ee (diff)
downloadgitpython-173cb579972dbab1c883e455e1c9989e056a8a92.tar.gz
Try to install 'nosetests' instead of 'nosetest'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index b5ed0318..4ae45d6d 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -62,4 +62,5 @@ jobs:
- name: Test with nose
run: |
set -x
+ pip install nosetests
nosetests -v --with-coverage