Skip to content

Commit

Permalink
Check for conda on github.linux.amd64.docker.yml instead of github.li…
Browse files Browse the repository at this point in the history
…nux.amd64.yml
  • Loading branch information
raulcd committed Oct 14, 2024
1 parent 8a9a6be commit 158c136
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions dev/tasks/verify-rc/github.linux.amd64.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
{% for key, value in env.items() %}
{{ key }}: {{ value }}
{% endfor %}
{% if distro == "conda" and target == "integration" %}
# JPype doesn't work with Python 3.13.
# See also:
# * https://discuss.python.org/t/api-for-python-3-13-prevents-use-of-3rd-party-gc-allocators/62709/5
# * GH-44386
# * GH-44389
PYTHON_VERSION: "3.12"
{% endif %}
{% endif %}
steps:
{{ macros.github_checkout_arrow(fetch_depth=0)|indent }}
Expand Down
8 changes: 0 additions & 8 deletions dev/tasks/verify-rc/github.linux.amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,6 @@ jobs:
TEST_DEFAULT: 0
TEST_{{ target|upper }}: 1
{% if use_conda %}
{% if target == "integration" %}
# JPype doesn't work with Python 3.13.
# See also:
# * https://discuss.python.org/t/api-for-python-3-13-prevents-use-of-3rd-party-gc-allocators/62709/5
# * GH-44386
# * GH-44389
PYTHON_VERSION: "3.12"
{% endif %}
USE_CONDA: 1
{% endif %}
run: |
Expand Down

0 comments on commit 158c136

Please sign in to comment.