diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index f9f6016..408c82d 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -37,7 +37,7 @@ jobs: run: | $CONDA/bin/pytest --cov=sporco --cov-report=xml - name: Upload coverage to codecov - if: ${{ matrix.os == 'ubuntu-latest' }} && ${{ matrix.python-version == '3.9' }} + if: matrix.os == 'ubuntu-latest' uses: codecov/codecov-action@v2 with: env_vars: OS,PYTHON