Commits


Sutou Kouhei authored and GitHub committed 3d8301c73c8
GH-44430: [CI][Swfit] Use setup-python to use "pip install" (#44431) ### Rationale for this change We can't use `pip install` with Ubuntu 24.04's Python. ### What changes are included in this PR? Use `actions/setup-python` instead of Ubuntu 24.04's Python. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #44430 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>