-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Temporarily skip CUDA 11 wheel CI" (#4879)
Reverts #4876 now that rapidsai/raft#2548 has landed.
- Loading branch information
Showing
2 changed files
with
0 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,9 +49,6 @@ jobs: | |
date: ${{ inputs.date }} | ||
sha: ${{ inputs.sha }} | ||
script: ci/test_wheel_pylibcugraph.sh | ||
# CUDA 11 wheel CI is disabled until | ||
# https://github.com/rapidsai/build-planning/issues/137 is resolved. | ||
matrix_filter: map(select(.CUDA_VER | startswith("11") | not)) | ||
wheel-tests-cugraph: | ||
secrets: inherit | ||
uses: rapidsai/shared-workflows/.github/workflows/[email protected] | ||
|
@@ -61,6 +58,3 @@ jobs: | |
date: ${{ inputs.date }} | ||
sha: ${{ inputs.sha }} | ||
script: ci/test_wheel_cugraph.sh | ||
# CUDA 11 wheel CI is disabled until | ||
# https://github.com/rapidsai/build-planning/issues/137 is resolved. | ||
matrix_filter: map(select(.CUDA_VER | startswith("11") | not)) |