Skip to content

Commit c6a50ec

Browse files
authored
Merge pull request #106 from acostadon/branch-25.06-merge-25.04
Branch 25.06 merge 25.04
2 parents 11d280e + b7a5a97 commit c6a50ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
build_type: ${{ inputs.build_type || 'branch' }}
3737
container_image: "rapidsai/ci-conda:latest"
3838
date: ${{ inputs.date }}
39-
node_type: "gpu-v100-latest-1"
39+
node_type: "gpu-l4-latest-1"
4040
run_script: "ci/build_docs.sh"
4141
sha: ${{ inputs.sha }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
4242
with:
4343
build_type: pull-request
44-
node_type: "gpu-v100-latest-1"
44+
node_type: "gpu-l4-latest-1"
4545
arch: "amd64"
4646
container_image: "rapidsai/ci-conda:latest"
4747
run_script: "ci/build_docs.sh"

conda/environments/all_cuda-128_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- cugraph-dgl==25.6.*,>=0.0.0a0
1414
- cugraph-pyg==25.6.*,>=0.0.0a0
1515
- cugraph==25.6.*,>=0.0.0a0
16-
- dglteam/label/th23_cu121::dgl
16+
- dglteam/label/th24_cu124::dgl
1717
- doxygen
1818
- graphviz
1919
- ipython

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies:
8383
- cugraph==25.6.*,>=0.0.0a0
8484
- cugraph-dgl==25.6.*,>=0.0.0a0
8585
- cugraph-pyg==25.6.*,>=0.0.0a0
86-
- 'dglteam/label/th23_cu121::dgl'
86+
- 'dglteam/label/th24_cu124::dgl'
8787
- libcugraph==25.6.*,>=0.0.0a0
8888
- libcugraph_etl==25.6.*,>=0.0.0a0
8989
- pylibcugraph==25.6.*,>=0.0.0a0

0 commit comments

Comments
 (0)