Skip to content

Commit

Permalink
remove rc channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Oct 10, 2024
1 parent 9b8bf97 commit 4d6f5c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/docker/conda-python.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ COPY ci/conda_env_python.txt \
# we need to install the conda-forge gdb instead (GH-38323).
RUN mamba install -q -y \
--file arrow/ci/conda_env_python.txt \
--channel conda-forge/label/python_rc \
$([ "$python" == $(gdb --batch --eval-command 'python import sys; print(f"{sys.version_info.major}.{sys.version_info.minor}")') ] && echo "gdb") \
"python=${python}.*=*_cp*" \
nomkl && \
Expand Down

0 comments on commit 4d6f5c6

Please sign in to comment.