We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c54f1f + 2f424b1 commit 85f79a3Copy full SHA for 85f79a3
1 file changed
.github/workflows/pr.yaml
@@ -190,7 +190,7 @@ jobs:
190
with:
191
build_type: pull-request
192
arch: "amd64"
193
- date: ${{ inputs.date }}_c
+ date: ${{ inputs.date }}
194
container_image: "rapidsai/ci-wheel:25.12-cuda${{ matrix.cuda_version }}-rockylinux8-py3.10"
195
node_type: "cpu16"
196
# requires_license_builder: false
@@ -214,7 +214,7 @@ jobs:
214
215
node_type: "gpu-l4-latest-1"
216
217
218
219
script: "ci/test_standalone_c.sh"
220
sha: ${{ inputs.sha }}
0 commit comments