Skip to content

Commit

Permalink
add python_rc channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Sep 23, 2024
1 parent d158130 commit 7ba4564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/conda-python.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN mamba install -q -y \
$([ "$python" == $(gdb --batch --eval-command 'python import sys; print(f"{sys.version_info.major}.{sys.version_info.minor}")') ] && echo "gdb") \
"python=${python}.*=*_cpython" \
nomkl && \
--channel conda-forge/label/python_rc \
mamba clean --all

ENV ARROW_ACERO=ON \
Expand Down

0 comments on commit 7ba4564

Please sign in to comment.