From 688ce681f0d62fe236cd1fbc9ff7342ccecb5ff5 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Mon, 14 Oct 2024 18:47:38 -0700 Subject: [PATCH] Fix test reports step --- .github/workflows/test-action-linux.yml | 4 ++++ .github/workflows/test-action-macos.yml | 4 ++++ .github/workflows/test-action-windows.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/workflows/test-action-linux.yml b/.github/workflows/test-action-linux.yml index a20c3ef0d60..df76d8e1798 100644 --- a/.github/workflows/test-action-linux.yml +++ b/.github/workflows/test-action-linux.yml @@ -326,6 +326,10 @@ jobs: - name: Checkout Source Code uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: '3.10' + - name: "Throttle Builds" shell: bash run: | diff --git a/.github/workflows/test-action-macos.yml b/.github/workflows/test-action-macos.yml index 25be8731d17..56b4e482f50 100644 --- a/.github/workflows/test-action-macos.yml +++ b/.github/workflows/test-action-macos.yml @@ -356,6 +356,10 @@ jobs: - name: Checkout Source Code uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: '3.10' + - name: "Throttle Builds" shell: bash run: | diff --git a/.github/workflows/test-action-windows.yml b/.github/workflows/test-action-windows.yml index e43a81d1143..5f177baacbb 100644 --- a/.github/workflows/test-action-windows.yml +++ b/.github/workflows/test-action-windows.yml @@ -327,6 +327,10 @@ jobs: - name: Checkout Source Code uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: '3.10' + - name: "Throttle Builds" shell: bash run: |