Skip to content

Commit

Permalink
update build name filter to work with latest conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Sep 23, 2024
1 parent 00694df commit fe77477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/conda-python.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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}.*=*_cpython" \
"python=${python}.*=*_cp*" \
nomkl && \
mamba clean --all

Expand Down

0 comments on commit fe77477

Please sign in to comment.