diff --git a/.github/workflows/py-tests.yml b/.github/workflows/py-tests.yml index b4d8353527e..841e8acdd11 100644 --- a/.github/workflows/py-tests.yml +++ b/.github/workflows/py-tests.yml @@ -89,7 +89,7 @@ jobs: TESTCONTAINERS_RYUK_DISABLED: true - name: Run Python Tests & record coverage - if: ${{ matrix.py-version == '3.9' }} + if: ${{ matrix.py-version == '3.10' }} run: | source env/bin/activate make coverage