Skip to content

Commit 20e8cf7

Browse files
committed
chore(ci): bump python 3.10 to 3.11
1 parent 895d020 commit 20e8cf7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
branch: ${{ inputs.branch }}
6363
arch: "${{matrix.arch}}"
6464
date: ${{ inputs.date }}
65-
container_image: "rapidsai/ci-wheel:26.04-cuda${{ matrix.cuda_version }}-rockylinux8-py3.10"
65+
container_image: "rapidsai/ci-wheel:26.04-cuda${{ matrix.cuda_version }}-rockylinux8-py3.11"
6666
node_type: "cpu16"
6767
requires_license_builder: true
6868
script: "ci/build_standalone_c.sh"

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
build_type: pull-request
195195
arch: "${{matrix.arch}}"
196196
date: ${{ inputs.date }}_c
197-
container_image: "rapidsai/ci-wheel:26.04-cuda${{ matrix.cuda_version }}-rockylinux8-py3.10"
197+
container_image: "rapidsai/ci-wheel:26.04-cuda${{ matrix.cuda_version }}-rockylinux8-py3.11"
198198
node_type: "cpu16"
199199
requires_license_builder: true
200200
script: "ci/build_standalone_c.sh --build-tests"
@@ -221,7 +221,7 @@ jobs:
221221
node_type: "gpu-l4-latest-1"
222222
arch: "${{matrix.arch}}"
223223
date: ${{ inputs.date }}_c
224-
container_image: "rapidsai/ci-wheel:26.04-cuda${{ matrix.cuda_version }}-rockylinux8-py3.10"
224+
container_image: "rapidsai/ci-wheel:26.04-cuda${{ matrix.cuda_version }}-rockylinux8-py3.11"
225225
script: "ci/test_standalone_c.sh libcuvs_c_${{ matrix.cuda_version }}_${{ matrix.arch }}.tar.gz"
226226
sha: ${{ inputs.sha }}
227227
conda-java-build-and-tests:

0 commit comments

Comments
 (0)