File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,6 @@ jobs:
108
108
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
109
109
with :
110
110
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"))
114
111
conda-cpp-checks :
115
112
needs : conda-cpp-build
116
113
secrets : inherit
@@ -132,9 +129,6 @@ jobs:
132
129
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
133
130
with :
134
131
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"))
138
132
conda-notebook-tests :
139
133
needs : [conda-python-build, changed-files]
140
134
secrets : inherit
You can’t perform that action at this time.
0 commit comments