File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050 arch : " amd64"
5151 branch : ${{ inputs.branch }}
5252 build_type : ${{ inputs.build_type || 'branch' }}
53- container_image : " rapidsai/ci-conda:25.08 -latest"
53+ container_image : " rapidsai/ci-conda:25.10 -latest"
5454 date : ${{ inputs.date }}
5555 node_type : " gpu-l4-latest-1"
5656 script : " ci/build_docs.sh"
Original file line number Diff line number Diff line change 6565 build_type : pull-request
6666 node_type : " gpu-l4-latest-1"
6767 arch : " amd64"
68- container_image : " rapidsai/ci-conda:25.08 -latest"
68+ container_image : " rapidsai/ci-conda:25.10 -latest"
6969 script : " ci/build_docs.sh"
7070 wheel-build :
7171 needs : checks
Original file line number Diff line number Diff line change @@ -172,12 +172,12 @@ dependencies:
172172 common :
173173 - output_types : conda
174174 packages :
175- - cucim==25.10.*,>=0.0.0a0
175+ - cucim==25.10.*
176176 depends_on_libcucim :
177177 common :
178178 - output_types : conda
179179 packages :
180- - libcucim==25.10.*,>=0.0.0a0
180+ - libcucim==25.10.*
181181 develop :
182182 common :
183183 - output_types : [conda, requirements, pyproject]
You can’t perform that action at this time.
0 commit comments