Skip to content

Commit bc81c48

Browse files
committed
DO NOT MERGE: use citestwheel image built on cuda-base instead of cuda-devel
1 parent 4866bb5 commit bc81c48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
runs-on: "linux-${{ matrix.ARCH }}-gpu-${{ matrix.GPU }}-${{ matrix.DRIVER }}-1"
235235
continue-on-error: ${{ inputs.continue-on-error }}
236236
container:
237-
image: "rapidsai/citestwheel:26.06-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}"
237+
image: "rapidsai/staging:citestwheel-400-26.06-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}"
238238
options: ${{ inputs.container-options }}
239239
env:
240240
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} # GPU jobs must set this container env variable

0 commit comments

Comments
 (0)