File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,6 @@ jobs:
108108 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
109109 with :
110110 build_type : pull-request
111- # Filtering out 11.4 runs until 11.4 issues are resolved
112- # See https://github.com/rapidsai/build-planning/issues/164
113- matrix_filter : map(select(.CUDA_VER != "11.4.3"))
114111 conda-cpp-checks :
115112 needs : conda-cpp-build
116113 secrets : inherit
@@ -132,9 +129,6 @@ jobs:
132129 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
133130 with :
134131 build_type : pull-request
135- # Filtering out 11.4 runs until 11.4 issues are resolved
136- # See https://github.com/rapidsai/build-planning/issues/164
137- matrix_filter : map(select(.CUDA_VER != "11.4.3"))
138132 conda-notebook-tests :
139133 needs : [conda-python-build, changed-files]
140134 secrets : inherit
You can’t perform that action at this time.
0 commit comments