diff --git a/.github/workflows/py-tests.yml b/.github/workflows/py-tests.yml index 841e8acdd11..1f97288b738 100644 --- a/.github/workflows/py-tests.yml +++ b/.github/workflows/py-tests.yml @@ -81,7 +81,7 @@ jobs: ingestion_dependency: "mysql,elasticsearch,sample-data" - name: Run Python Tests - if: ${{ matrix.py-version != '3.9' }} + if: ${{ matrix.py-version != '3.10' }} run: | source env/bin/activate make run_python_tests