Skip to content

Commit 7ace0cb

Browse files
committed
Ensure using the latest image
1 parent 655f88c commit 7ace0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tasks/python-wheels/azure.linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
BUILD_IMAGE=centos-python-{{ wheel_tag }}
3939
# don't attempt to build it, because the base image by pypa is updated
4040
# regularly and would cause undeterministic builds
41-
docker-compose pull --ignore-pull-failures $BUILD_IMAGE
41+
# docker-compose pull --ignore-pull-failures $BUILD_IMAGE
4242
docker-compose run \
4343
-e SETUPTOOLS_SCM_PRETEND_VERSION={{ arrow.no_rc_version }} \
4444
-e PYTHON_VERSION="{{ python_version }}" \
@@ -67,7 +67,7 @@ jobs:
6767
-it \
6868
--shm-size 2G \
6969
-v $(pwd):/arrow \
70-
-e WHEEL_TAG="{{ wheel_tag }}"
70+
-e WHEEL_TAG="{{ wheel_tag }}" \
7171
{{ image }} \
7272
/arrow/dev/tasks/python-wheels/manylinux-test.sh ${test_args}
7373
{%- endfor %}

0 commit comments

Comments
 (0)