Skip to content

Commit

Permalink
fix CI fail
Browse files Browse the repository at this point in the history
Signed-off-by: troychiu <[email protected]>
  • Loading branch information
troychiu committed Nov 30, 2023
1 parent 3c0b247 commit 21e6927
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ def failed_workflow():
l, d, f = failed_task()
print_str(a=l[100])
print_str(a=d["b"])
print_str(a=f.b)
# This task will fail at compile time
# print_str(a=f.b)


# %% [markdown]
Expand Down

0 comments on commit 21e6927

Please sign in to comment.