diff --git a/.github/workflows/python-test-coverage.yml b/.github/workflows/python-test-coverage.yml index 2f6802b7c41a..6ccd44ade7a2 100644 --- a/.github/workflows/python-test-coverage.yml +++ b/.github/workflows/python-test-coverage.yml @@ -11,12 +11,12 @@ on: - in_progress env: - PYTHON_VERSION: 3.10 + PYTHON_VERSION: "3.10" RUN_OS: ubuntu-latest jobs: python-tests-coverage: - runs-on: ${{ github.env.RUN_OS }} + runs-on: ubuntu-latest continue-on-error: true permissions: pull-requests: write