Skip to content

Commit

Permalink
fix debug print in ci_set_matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed May 13, 2024
1 parent 70526fc commit d50efe9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_set_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def set_matrix_json():
hfp_data = json.load(f)
hfp_boards = [f"-b{board['name']}" for board in hfp_data['boards']]
filtered_families = filtered_families + hfp_boards
print(hfp_boards)
print(filtered_families)

matrix[toolchain] = {"family": filtered_families, "toolchain_url": toolchain_list[toolchain]}

Expand Down

0 comments on commit d50efe9

Please sign in to comment.