From 0f917aeb84c953c25cf412a0eabce627aca6f7b3 Mon Sep 17 00:00:00 2001 From: Felddy Date: Fri, 11 Oct 2024 17:21:46 -0400 Subject: [PATCH] Revert hard coding of Python version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b60d2b6..fb1d7d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: - id: setup-python uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: ${{ steps.setup-env.outputs.python-version }} # We need the Go version and Go cache location for the actions/cache step, # so the Go installation must happen before that. - id: setup-go @@ -244,7 +244,7 @@ jobs: - id: setup-python uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: ${{ steps.setup-env.outputs.python-version }} - uses: actions/cache@v3 env: BASE_CACHE_KEY: "${{ github.job }}-${{ runner.os }}-\