From b543a5b94901dece2dbacf4d8847f88d729539a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Mon, 14 Oct 2024 14:57:53 +0200 Subject: [PATCH] Fix template comment --- dev/tasks/verify-rc/github.linux.amd64.docker.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev/tasks/verify-rc/github.linux.amd64.docker.yml b/dev/tasks/verify-rc/github.linux.amd64.docker.yml index c164a0b701847..97eecd2d28977 100644 --- a/dev/tasks/verify-rc/github.linux.amd64.docker.yml +++ b/dev/tasks/verify-rc/github.linux.amd64.docker.yml @@ -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("") }}" \