We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5161e7 commit d6d0342Copy full SHA for d6d0342
.github/workflows/test.yaml
@@ -156,6 +156,7 @@ jobs:
156
wheel-tests-cudf-polars-with-rapidsmpf:
157
secrets: inherit
158
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main
159
+ continue-on-error: true
160
with:
161
# This selects "ARCH=amd64 + the latest supported Python + CUDA" to minimize CI usage.
162
# (rapidsmpf compatibility already validated in rapidsmpf CI)
@@ -165,7 +166,6 @@ jobs:
165
166
date: ${{ inputs.date }}
167
sha: ${{ inputs.sha }}
168
script: "ci/test_cudf_polars_with_rapidsmpf.sh"
- continue-on-error: true
169
cudf-polars-polars-tests:
170
171
0 commit comments