Skip to content

Commit

Permalink
Update ci-conda.Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
  • Loading branch information
jameslamb and vyasr authored Sep 4, 2024
1 parent 5136b65 commit 7d6f9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN <<EOF
# Ensure new files/dirs have group write permissions
umask 002
# update everything before other environment changes, to ensure mixing
# and older conda with newer packages still works well
# an older conda with newer packages still works well
conda update --all -y -n base
# install expected Python version
conda install -y -n base "python~=${PYTHON_VERSION}.0=*_cpython"
Expand Down

0 comments on commit 7d6f9ac

Please sign in to comment.