Skip to content

Commit

Permalink
GH-44386: [Integration][Release] Pin Python 3.12 for Integration veri…
Browse files Browse the repository at this point in the history
…fication when using Conda
  • Loading branch information
raulcd committed Oct 12, 2024
1 parent 45b3697 commit bee940b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/tasks/verify-rc/github.macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
TEST_{{ target|upper }}: 1
{% if use_conda %}
USE_CONDA: 1
{% if target == "integration" %}
PYTHON_VERSION: "3.12"
{% endif %}
{% endif %}
run: |
arrow/dev/release/verify-release-candidate.sh {{ release|default("") }} {{ rc|default("") }}

0 comments on commit bee940b

Please sign in to comment.