Skip to content

Commit

Permalink
Add /arrow-dev/bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Sep 12, 2024
1 parent ae1fb8e commit 58832e2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ RUN ${PYTHON} -m pip install \
Cython
RUN ${PYTHON} -m pip install "meson-python==0.13.1" "meson==1.2.1" "wheel" "versioneer[toml]"
RUN ${PYTHON} -m pip install --no-build-isolation -r /arrow/python/requirements-wheel-test.txt

ENV PATH "/arrow-dev/bin:${PATH}"

0 comments on commit 58832e2

Please sign in to comment.