diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76fa350..1760476 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: make lint - name: Test with nosetests run: | - pip install nose mock coverage<5 + pip install nose mock 'coverage<5' make cover - name: Refresh coveralls if: github.event_name == 'push'