We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655f88c commit 7ace0cbCopy full SHA for 7ace0cb
dev/tasks/python-wheels/azure.linux.yml
@@ -38,7 +38,7 @@ jobs:
38
BUILD_IMAGE=centos-python-{{ wheel_tag }}
39
# don't attempt to build it, because the base image by pypa is updated
40
# regularly and would cause undeterministic builds
41
- docker-compose pull --ignore-pull-failures $BUILD_IMAGE
+ # docker-compose pull --ignore-pull-failures $BUILD_IMAGE
42
docker-compose run \
43
-e SETUPTOOLS_SCM_PRETEND_VERSION={{ arrow.no_rc_version }} \
44
-e PYTHON_VERSION="{{ python_version }}" \
@@ -67,7 +67,7 @@ jobs:
67
-it \
68
--shm-size 2G \
69
-v $(pwd):/arrow \
70
- -e WHEEL_TAG="{{ wheel_tag }}"
+ -e WHEEL_TAG="{{ wheel_tag }}" \
71
{{ image }} \
72
/arrow/dev/tasks/python-wheels/manylinux-test.sh ${test_args}
73
{%- endfor %}
0 commit comments