Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ jobs:
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
with:
build_type: pull-request
# Filtering out 11.4 runs until 11.4 issues are resolved
# See https://github.com/rapidsai/build-planning/issues/164
matrix_filter: map(select(.CUDA_VER != "11.4.3"))
conda-cpp-checks:
needs: conda-cpp-build
secrets: inherit
Expand All @@ -132,9 +129,6 @@ jobs:
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
build_type: pull-request
# Filtering out 11.4 runs until 11.4 issues are resolved
# See https://github.com/rapidsai/build-planning/issues/164
matrix_filter: map(select(.CUDA_VER != "11.4.3"))
conda-notebook-tests:
needs: [conda-python-build, changed-files]
secrets: inherit
Expand Down
Loading