diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 459edd622..575788512 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -29,7 +29,7 @@ jobs: git submodule sync --recursive git submodule update --init --recursive --jobs=4 python -m pip install --upgrade pip - python -m pip install coverage coverage-badge + python -m pip install coverage coveralls - name: Install package run: | python -m pip install --no-deps .