diff --git a/.github/workflows/python-bip38.yml b/.github/workflows/python-bip38.yml index 9711549..6d7372d 100644 --- a/.github/workflows/python-bip38.yml +++ b/.github/workflows/python-bip38.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -e .[tests,docs] + pip install -e .[tests] - name: Test with PyTest with Coverage run: coverage run -m pytest - name: Submit Coverage report to Coveralls