Skip to content

Commit e09d387

Browse files
authored
Merge branch 'branch-25.06' into python-3.13
2 parents f0307c1 + 0bd3fc1 commit e09d387

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
container_image: "rapidsai/ci-conda:latest"
3838
date: ${{ inputs.date }}
3939
node_type: "gpu-l4-latest-1"
40-
run_script: "ci/build_docs.sh"
40+
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
@@ -44,7 +44,7 @@ jobs:
4444
node_type: "gpu-l4-latest-1"
4545
arch: "amd64"
4646
container_image: "rapidsai/ci-conda:latest"
47-
run_script: "ci/build_docs.sh"
47+
script: "ci/build_docs.sh"
4848
telemetry-summarize:
4949
runs-on: ubuntu-latest
5050
needs: pr-builder

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: verify-alpha-spec
88
- id: verify-copyright
99
- repo: https://github.com/rapidsai/dependency-file-generator
10-
rev: v1.17.0
10+
rev: v1.18.1
1111
hooks:
1212
- id: rapids-dependency-file-generator
1313
args: ["--clean"]

0 commit comments

Comments
 (0)