diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3435208b..ab384a3ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: run: python -m pip install --upgrade pip setuptools virtualenv wheel - name: Install dependencies - run: python -m pip install --upgrade tox + run: python -m pip install --upgrade tox pytest-cov - name: Install tox-py if: ${{ matrix.python-version == '3.6' }}