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 73ca678 commit 8bbf7d5Copy full SHA for 8bbf7d5
1 file changed
ci/docker/python-wheel-windows-vs2022-base.dockerfile
@@ -110,6 +110,7 @@ RUN curl https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELE
110
--output "C:\Windows\Minio.exe"
111
112
# Install the GCS testbench using a well-known Python version.
113
+ENV PIPX_BIN_DIR=C:\\Windows\\
114
ENV PIPX_PYTHON_VERSION=3.11
115
RUN pymanager install %PIPX_PYTHON_VERSION%
116
COPY ci/scripts/install_gcs_testbench.bat C:/arrow/ci/scripts/
0 commit comments