Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Aug 13, 2024
1 parent 1cb315b commit d16c04c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/docker/linux-apt-python-313-freethreading-test.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
ARG base
FROM ${base}

RUN apt install -y -q --no-install-recommends software-properties-common && \
RUN apt install -y -q --no-install-recommends software-properties-common gpg-agent && \
add-apt-repository -y ppa:deadsnakes/ppa && \
apt update && \
apt install -y -q --no-install-recommends python3.13-nogil
apt install -y -q --no-install-recommends python3.13-nogil python3.13-dev python3.13-venv

COPY python/requirements-build.txt \
python/requirements-test.txt \
Expand All @@ -33,6 +33,7 @@ RUN python3.13t -m venv ${ARROW_PYTHON_VENV} && \
pip install -U pip setuptools wheel && \
pip install \
--pre \
--prefer-binary \
--extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" \
-r arrow/python/requirements-build.txt \
-r arrow/python/requirements-test.txt
Expand Down

0 comments on commit d16c04c

Please sign in to comment.