From 4e5e2049efa114fc12b5e98a6530daad84561d41 Mon Sep 17 00:00:00 2001 From: edvan_microsoft Date: Fri, 12 Jul 2024 11:14:51 +0200 Subject: [PATCH 1/2] fix runs on --- .github/workflows/python-test-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test-coverage.yml b/.github/workflows/python-test-coverage.yml index 2f6802b7c41a..6253d85b11e9 100644 --- a/.github/workflows/python-test-coverage.yml +++ b/.github/workflows/python-test-coverage.yml @@ -16,7 +16,7 @@ env: jobs: python-tests-coverage: - runs-on: ${{ github.env.RUN_OS }} + runs-on: ubuntu-latest continue-on-error: true permissions: pull-requests: write From 89b3f6839e09b337458becf4ec2cc9096bab4bf7 Mon Sep 17 00:00:00 2001 From: edvan_microsoft Date: Fri, 12 Jul 2024 11:18:21 +0200 Subject: [PATCH 2/2] fix for number --- .github/workflows/python-test-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test-coverage.yml b/.github/workflows/python-test-coverage.yml index 6253d85b11e9..6ccd44ade7a2 100644 --- a/.github/workflows/python-test-coverage.yml +++ b/.github/workflows/python-test-coverage.yml @@ -11,7 +11,7 @@ on: - in_progress env: - PYTHON_VERSION: 3.10 + PYTHON_VERSION: "3.10" RUN_OS: ubuntu-latest jobs: