From ed64fcd091d4fb55ed3ec95785548e331da99e93 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 16 Oct 2024 11:29:16 +0900 Subject: [PATCH] GH-44430: [CI][Swfit] Use setup-python to use "pip install" --- .github/workflows/swift.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 87aa5cb83f714..f208fcbc392a4 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -58,6 +58,10 @@ jobs: with: fetch-depth: 0 submodules: recursive + - name: Setup Python on hosted runner + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + with: + python-version: 3 - name: Setup Archery run: pip install -e dev/archery[docker] - name: Execute Docker Build