Skip to content

Commit

Permalink
Temporarily skip CUDA 11 wheel CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 22, 2025
1 parent 01e19bb commit 2d1a3b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ jobs:
with:
build_type: pull-request
script: ci/test_wheel.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:
needs: telemetry-setup
secrets: inherit
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ jobs:
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
script: ci/test_wheel.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 2d1a3b7

Please sign in to comment.