File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
112
112
echo "conda ${CONDA_VERSION}" >> "${CONDA_DIR}/conda-meta/pinned" && \
113
113
conda config --system --set auto_update_conda false && \
114
114
conda config --system --set show_channel_urls true && \
115
- if [ ! ${PYTHON_VERSION} = ' default' ] ; then conda install --yes python=${PYTHON_VERSION}; fi && \
115
+ if [[ " ${PYTHON_VERSION}" != " default" ]] ; then conda install --yes python=" ${PYTHON_VERSION}" ; fi && \
116
116
conda list python | grep '^python ' | tr -s ' ' | cut -d '.' -f 1,2 | sed 's/$/.*/' >> "${CONDA_DIR}/conda-meta/pinned" && \
117
117
conda install --quiet --yes \
118
118
"conda=${CONDA_VERSION}" \
You can’t perform that action at this time.
0 commit comments