diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c1752525..19c6a39c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -9,7 +9,7 @@ jobs: name: Run Pytest and Upload Coverage strategy: matrix: - python: ["pypy-3.7", "3.7", "pypy-3.8", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10"] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false @@ -20,7 +20,7 @@ jobs: - name: Setup Python environment uses: ./.github/actions/setup-python with: - python-version: ${{ matrix.python }} + python-version: ${{ matrix.python-version }} - name: Run Pytest run: |