File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
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.12 -latest"
53+ container_image : " rapidsai/ci-conda:26.02 -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.12 -latest"
68+ container_image : " rapidsai/ci-conda:26.02 -latest"
6969 script : " ci/build_docs.sh"
7070 wheel-build :
7171 needs : checks
Original file line number Diff line number Diff line change 1- 25.12 .00
1+ 26.02 .00
Original file line number Diff line number Diff line change 3333 "CUCIM_TESTDATA_FOLDER" : " ${workspaceDirectory}/test_data" ,
3434 // Add cuslide plugin's library path to LD_LIBRARY_PATH
3535 "LD_LIBRARY_PATH" : " ${workspaceDirectory}/build-debug/lib:${workspaceDirectory}/cpp/plugins/cucim.kit.cuslide/build-debug/lib:${workspaceDirectory}/temp/cuda/lib64:${os_env:LD_LIBRARY_PATH}" ,
36- "CUCIM_TEST_PLUGIN_PATH" : " cucim.kit.cuslide@25.12 .00.so"
36+ "CUCIM_TEST_PLUGIN_PATH" : " cucim.kit.cuslide@26.02 .00.so"
3737 },
3838 "cwd" : " ${workspaceDirectory}" ,
3939 "catch2" : {
226226 },
227227 {
228228 "name" : " CUCIM_TEST_PLUGIN_PATH" ,
229- "value" : " cucim.kit.cuslide@25.12 .00.so"
229+ "value" : " cucim.kit.cuslide@26.02 .00.so"
230230 }
231231 ],
232232 "console" : " externalTerminal" ,
254254 },
255255 {
256256 "name" : " CUCIM_TEST_PLUGIN_PATH" ,
257- "value" : " cucim.kit.cuslide@25.12 .00.so"
257+ "value" : " cucim.kit.cuslide@26.02 .00.so"
258258 }
259259 ],
260260 "console" : " externalTerminal" ,
286286 },
287287 {
288288 "name" : " CUCIM_TEST_PLUGIN_PATH" ,
289- "value" : " cucim.kit.cuslide@25.12 .00.so"
289+ "value" : " cucim.kit.cuslide@26.02 .00.so"
290290 }
291291 ],
292292 "console" : " externalTerminal" ,
Original file line number Diff line number Diff line change @@ -176,12 +176,12 @@ dependencies:
176176 common :
177177 - output_types : conda
178178 packages :
179- - cucim==25.12 .*,>=0.0.0a0
179+ - cucim==26.2 .*,>=0.0.0a0
180180 depends_on_libcucim :
181181 common :
182182 - output_types : conda
183183 packages :
184- - libcucim==25.12 .*,>=0.0.0a0
184+ - libcucim==26.2 .*,>=0.0.0a0
185185 develop :
186186 common :
187187 - output_types : [conda, requirements, pyproject]
You can’t perform that action at this time.
0 commit comments