Skip to content

Commit be6ca4c

Browse files
committed
Fix typo
1 parent 5367be4 commit be6ca4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/docker/linux-apt-python-313-freethreading.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN ${ARROW_PYTHON_VENV}/bin/python -m pip install \
3838
--prefer-binary \
3939
--extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" \
4040
-r arrow/python/requirements-build.txt \
41-
-r arrow/python/requirements-test.txt
41+
-r arrow/python/requirements-test-3.13t.txt
4242

4343
# We want to run the PyArrow test suite with the GIL disabled, but cffi
4444
# (more precisely, the `_cffi_backend` module) currently doesn't declare

ci/docker/python-free-threaded-wheel-windows-test-vs2022.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN %PYTHON_CMD% -m pip install \
4343
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
4444
--pre \
4545
--prefer-binary \
46-
-r C:/arrow/python/requirements-test.txt
46+
-r C:/arrow/python/requirements-wheel-test-3.13t.txt
4747

4848
ENV PYTHON="${python}t"
4949
ENV PYTHON_GIL=0

0 commit comments

Comments
 (0)