Skip to content

Commit

Permalink
Fix wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Feb 19, 2024
1 parent d0560ef commit 1566fdb
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 @@ -28,7 +28,7 @@ COPY ci/conda_env_python.txt \
RUN mamba install -q -y \
--file arrow/ci/conda_env_python.txt \
$([ "$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}.*=*_cpython" \
nomkl && \
mamba clean --all

Expand Down

0 comments on commit 1566fdb

Please sign in to comment.