Skip to content

Commit

Permalink
Merge branch 'main' into renovate/codecov-cli-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Sep 4, 2024
2 parents 04d5f11 + 1aa5d8c commit fb883fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ RUN chmod g+ws /opt/conda
RUN <<EOF
# Ensure new files/dirs have group write permissions
umask 002
# update everything before other environment changes, to ensure mixing
# 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"
conda update --all -y -n base
Expand Down

0 comments on commit fb883fa

Please sign in to comment.