From 811551a91ccfb14f0d584a28f37337453270e19a Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Tue, 29 Oct 2024 17:44:45 -0700 Subject: [PATCH] Setup python --- .github/workflows/test-action-linux-gh.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-action-linux-gh.yml b/.github/workflows/test-action-linux-gh.yml index ca27ca5f57c..733f0e05143 100644 --- a/.github/workflows/test-action-linux-gh.yml +++ b/.github/workflows/test-action-linux-gh.yml @@ -126,6 +126,9 @@ jobs: SALT_TRANSPORT: ${{ matrix.transport }} steps: + - uses: actions/setup-python@v5 + with: + python-version: '3.10' - name: "Throttle Builds" shell: bash