Skip to content

Commit 8b84edf

Browse files
committed
ci_set_matrix: no need to expand the value of CIRCUITPY_WEB_WORKFLOW
This is now done by the way shared_bindings_matrix.py invokes make.
1 parent e40abda commit 8b84edf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/ci_set_matrix.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ def get_settings(board):
203203
if file.startswith("supervisor/shared/web_workflow/static/"):
204204
web_workflow = settings["CIRCUITPY_WEB_WORKFLOW"]
205205

206-
while web_workflow.startswith("$("):
207-
web_workflow = settings[web_workflow[2:-1]]
208-
209206
if web_workflow != "0":
210207
boards_to_build.add(board)
211208
continue

0 commit comments

Comments
 (0)