diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8060729..745c375 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,9 +140,9 @@ jobs: run: | pip list || : - - name: Install pytest + - name: Install coverage run: | - pip install pytest + pip install coverage - name: Install build dependencies run: |