Skip to content

Commit

Permalink
Revert "Temporarily skip CUDA 11 wheel CI" (#4879)
Browse files Browse the repository at this point in the history
Reverts #4876 now that
rapidsai/raft#2548 has landed.
  • Loading branch information
bdice authored Jan 22, 2025
1 parent 378c56a commit 22aa2e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ jobs:
with:
build_type: pull-request
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-build-cugraph:
needs: wheel-build-pylibcugraph
secrets: inherit
Expand All @@ -192,9 +189,6 @@ jobs:
with:
build_type: pull-request
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))
devcontainer:
secrets: inherit
needs: telemetry-setup
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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))

0 comments on commit 22aa2e1

Please sign in to comment.