diff --git a/.github/workflows/code-coverage.yaml b/.github/workflows/code-coverage.yaml index 12a867cf6..a3052f184 100644 --- a/.github/workflows/code-coverage.yaml +++ b/.github/workflows/code-coverage.yaml @@ -10,11 +10,6 @@ jobs: test-coverage: runs-on: ubuntu-latest - strategy: - matrix: - python-version: "3.11" - fail-fast: false - steps: - uses: actions/checkout@v4 - name: Set up Python 3.10