Skip to content

Commit

Permalink
ARROW-14424: [Packaging][Python] Disable windows wheel testing for py…
Browse files Browse the repository at this point in the history
…thon 3.6

Closes #11510 from kszucs/win-wheel-3.6

Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
  • Loading branch information
kszucs committed Oct 21, 2021
1 parent 3347be7 commit bbb3106
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/tasks/python-wheels/github.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,14 @@ jobs:
shell: cmd
run: archery docker run --no-build -e SETUPTOOLS_SCM_PRETEND_VERSION={{ arrow.no_rc_version }} python-wheel-windows-vs2017

# Two layers of the official python 3.6 windows image are not available for download.
# Docker pull returns with unexpected status resolving reader: 403 Forbidden.
# See https://issues.apache.org/jira/browse/ARROW-14424
{% if python_version != "3.6" %}
- name: Test wheel
shell: cmd
run: archery docker run python-wheel-windows-test
{% endif %}

{{ macros.github_upload_releases("arrow/python/dist/*.whl")|indent }}
{{ macros.github_upload_gemfury("arrow/python/dist/*.whl")|indent }}

0 comments on commit bbb3106

Please sign in to comment.