Skip to content

Commit

Permalink
Install Python on cuda runner as Python 3.8 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Sep 9, 2024
1 parent c0cdfea commit e38f0ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/tasks/docker-tests/github.cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
ARCHERY_USE_LEGACY_DOCKER_COMPOSE: 1
steps:
{{ macros.github_checkout_arrow(fetch_depth=fetch_depth|default(1))|indent }}
# python 3.8 is installed on the runner, no need to install
- name: Install archery
run: python -m pip install -e arrow/dev/archery[docker]
{{ macros.github_install_archery()|indent }}
- name: Execute Docker Build
shell: bash
env:
Expand Down

0 comments on commit e38f0ec

Please sign in to comment.