Skip to content

Commit 5df836b

Browse files
committed
use latest tag
1 parent 165cc23 commit 5df836b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
arch: "amd64"
5252
branch: ${{ inputs.branch }}
5353
build_type: ${{ inputs.build_type || 'branch' }}
54-
container_image: "rapidsai/ci-conda:cuda12.5.1-ubuntu22.04-py3.11"
54+
container_image: "rapidsai/ci-conda:latest"
5555
date: ${{ inputs.date }}
5656
run_script: "ci/build_docs.sh"
5757
sha: ${{ inputs.sha }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
arch: "amd64"
126126
build_type: pull-request
127-
container_image: "rapidsai/ci-conda:cuda12.5.1-ubuntu22.04-py3.11"
127+
container_image: "rapidsai/ci-conda:latest"
128128
run_script: "ci/build_docs.sh"
129129
wheel-build-pylibwholegraph:
130130
needs: checks

0 commit comments

Comments
 (0)