Skip to content

Commit

Permalink
Merge branch 'main' into renovate/mikefarah-yq-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Sep 5, 2024
2 parents 63066bd + 0488213 commit 51e6a39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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
1 change: 1 addition & 0 deletions matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CUDA_VER:
- "12.2.2"
- "12.5.1"
PYTHON_VER:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down
6 changes: 3 additions & 3 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# prefer sticking with a stable version until a specific reason to update arises.
SCCACHE_VER: 0.7.7
# renovate: datasource=github-releases depName=cli/cli
GH_CLI_VER: 2.54.0
GH_CLI_VER: 2.55.0
# renovate: datasource=pypi depName=codecov-cli
CODECOV_VER: 0.7.3
CODECOV_VER: 0.7.4
# renovate: datasource=docker depName=mikefarah/yq versioning=docker
YQ_VER: 4.44.3
# renovate: datasource=docker depName=amazon/aws-cli versioning=docker
AWS_CLI_VER: 2.17.20
AWS_CLI_VER: 2.17.44

0 comments on commit 51e6a39

Please sign in to comment.