summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pythonpackage.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 1560c011..c350f78a 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -56,12 +56,6 @@ jobs:
pip install mypy
mypy -p git
- - name: Test with nose
- run: |
- set -x
- pip install nose
- nosetests -v --with-coverage
-
- name: Documentation
run: |
set -x