From 306906ac1c8e2a6c7e54a8793a9c8a7945e35f5d Mon Sep 17 00:00:00 2001 From: mgoerens <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:20:02 +0100 Subject: [PATCH] Finish consolidating the python setup steps Signed-off-by: Matthias Goerens --- .github/workflows/build.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50ac1a3f..95b364ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -216,10 +216,8 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} path: "pr-branch" - - name: Set up Python 3.x Part 1 - uses: actions/setup-python@v5 - with: - python-version: "3.10" + - name: Set up Python + uses: ./.github/actions/setup-python - name: Set up Python 3.x Part 2 run: | @@ -411,10 +409,8 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} path: "pr-branch" - - name: Set up Python 3.x Part 1 - uses: actions/setup-python@v5 - with: - python-version: "3.10" + - name: Set up Python + uses: ./.github/actions/setup-python - name: Set up Python 3.x Part 2 run: |