Skip to content

Commit

Permalink
Fix template comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Oct 14, 2024
1 parent 22d2412 commit b543a5b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions dev/tasks/verify-rc/github.linux.amd64.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ jobs:
-e ARROW_GANDIVA=OFF \
{% endif %}
{% 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 \
{# 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
#}
-e PYTHON_VERSION="3.12" \
{% endif %}
-e VERIFY_RC="{{ rc|default("") }}" \
Expand Down

0 comments on commit b543a5b

Please sign in to comment.