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 Jul 22, 2024
2 parents f1050f1 + 41ef8f5 commit 1efa8ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
ARCH: ${{ matrix.ARCH }}
IMAGE_REPO: ${{ inputs.IMAGE_REPO }}
- name: Build image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: context
file: ${{ inputs.IMAGE_REPO }}.Dockerfile
Expand Down
4 changes: 4 additions & 0 deletions citestwheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ ENV PATH="/pyenv/versions/${PYTHON_VER}/bin/:$PATH"
COPY --from=aws-cli /usr/local/aws-cli/ /usr/local/aws-cli/
COPY --from=aws-cli /usr/local/bin/ /usr/local/bin/

# Install rapids-dependency-file-generator
RUN pyenv global ${PYTHON_VER} && python -m pip install 'rapids-dependency-file-generator>=1.14.0,<2.0.0a0' \
&& pyenv rehash

# Install latest gha-tools
RUN wget https://github.com/rapidsai/gha-tools/releases/latest/download/tools.tar.gz -O - \
| tar -xz -C /usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CUDA_VER:
- "11.8.0"
- "12.0.1"
- "12.2.2"
- "12.5.0"
- "12.5.1"
PYTHON_VER:
- "3.9"
- "3.10"
Expand Down

0 comments on commit 1efa8ea

Please sign in to comment.