File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535 docs-build :
3636 if : github.ref_type == 'branch'
3737 secrets : inherit
38- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
38+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
3939 with :
4040 arch : " amd64"
4141 branch : ${{ inputs.branch }}
4242 build_type : ${{ inputs.build_type || 'branch' }}
43- container_image : " rapidsai/ci-conda:25.10 -latest"
43+ container_image : " rapidsai/ci-conda:25.12 -latest"
4444 date : ${{ inputs.date }}
4545 node_type : " gpu-l4-latest-1"
4646 script : " ci/build_docs.sh"
Original file line number Diff line number Diff line change 1616 - checks
1717 - docs-build
1818 secrets : inherit
19- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.10
19+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.12
2020 if : always()
2121 with :
2222 needs : ${{ toJSON(needs) }}
@@ -31,19 +31,19 @@ jobs:
3131 checks :
3232 secrets : inherit
3333 needs : telemetry-setup
34- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.10
34+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.12
3535 with :
3636 enable_check_generated_files : false
3737 ignored_pr_jobs : " telemetry-summarize"
3838 docs-build :
3939 needs : checks
4040 secrets : inherit
41- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
41+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
4242 with :
4343 build_type : pull-request
4444 node_type : " gpu-l4-latest-1"
4545 arch : " amd64"
46- container_image : " rapidsai/ci-conda:25.10 -latest"
46+ container_image : " rapidsai/ci-conda:25.12 -latest"
4747 script : " ci/build_docs.sh"
4848 telemetry-summarize :
4949 # This job must use a self-hosted runner to record telemetry traces.
Original file line number Diff line number Diff line change 1- 25.10 .00
1+ 25.12 .00
Original file line number Diff line number Diff line change @@ -8,20 +8,20 @@ channels:
88dependencies :
99- breathe>=4.35
1010- cuda-version=13.0
11- - cugraph-pyg==25.10 .*,>=0.0.0a0
12- - cugraph==25.10 .*,>=0.0.0a0
11+ - cugraph-pyg==25.12 .*,>=0.0.0a0
12+ - cugraph==25.12 .*,>=0.0.0a0
1313- doxygen
1414- graphviz
1515- ipython
16- - libcugraph==25.10 .*,>=0.0.0a0
17- - libcugraph_etl==25.10 .*,>=0.0.0a0
16+ - libcugraph==25.12 .*,>=0.0.0a0
17+ - libcugraph_etl==25.12 .*,>=0.0.0a0
1818- myst-parser>=0.13
1919- nbsphinx
2020- numpydoc
2121- pre-commit
2222- pydata-sphinx-theme
23- - pylibcugraph==25.10 .*,>=0.0.0a0
24- - pylibwholegraph==25.10 .*,>=0.0.0a0
23+ - pylibcugraph==25.12 .*,>=0.0.0a0
24+ - pylibwholegraph==25.12 .*,>=0.0.0a0
2525- sphinx
2626- sphinx-copybutton
2727- sphinx-markdown-tables
Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ dependencies:
8585 common :
8686 - output_types : [conda]
8787 packages :
88- - cugraph==25.10 .*,>=0.0.0a0
89- - cugraph-pyg==25.10 .*,>=0.0.0a0
90- - libcugraph==25.10 .*,>=0.0.0a0
91- - libcugraph_etl==25.10 .*,>=0.0.0a0
92- - pylibcugraph==25.10 .*,>=0.0.0a0
93- - pylibwholegraph==25.10 .*,>=0.0.0a0
88+ - cugraph==25.12 .*,>=0.0.0a0
89+ - cugraph-pyg==25.12 .*,>=0.0.0a0
90+ - libcugraph==25.12 .*,>=0.0.0a0
91+ - libcugraph_etl==25.12 .*,>=0.0.0a0
92+ - pylibcugraph==25.12 .*,>=0.0.0a0
93+ - pylibwholegraph==25.12 .*,>=0.0.0a0
You can’t perform that action at this time.
0 commit comments