Skip to content

Commit d6d0342

Browse files
committed
Move continue-on-error up one level in nightly job spec
1 parent f5161e7 commit d6d0342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
wheel-tests-cudf-polars-with-rapidsmpf:
157157
secrets: inherit
158158
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main
159+
continue-on-error: true
159160
with:
160161
# This selects "ARCH=amd64 + the latest supported Python + CUDA" to minimize CI usage.
161162
# (rapidsmpf compatibility already validated in rapidsmpf CI)
@@ -165,7 +166,6 @@ jobs:
165166
date: ${{ inputs.date }}
166167
sha: ${{ inputs.sha }}
167168
script: "ci/test_cudf_polars_with_rapidsmpf.sh"
168-
continue-on-error: true
169169
cudf-polars-polars-tests:
170170
secrets: inherit
171171
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main

0 commit comments

Comments
 (0)