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 43833a3 commit 908a396Copy full SHA for 908a396
dev/tasks/python-wheels/azure.linux.yml
@@ -36,10 +36,12 @@ jobs:
36
37
- script: |
38
set -ex
39
+ docker -v
40
+ docker-compose -v
41
cd arrow
42
BUILD_IMAGE=centos-python-{{ wheel_tag }}
43
docker-compose pull $BUILD_IMAGE
- docker-compose build $BUILD_IMAGE
44
+ # docker-compose build $BUILD_IMAGE
45
docker-compose run \
46
-e SETUPTOOLS_SCM_PRETEND_VERSION={{ arrow.no_rc_version }} \
47
-e PYTHON_VERSION="{{ python_version }}" \
0 commit comments