Skip to content

Commit

Permalink
chore: disable bolt_expressions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier authored Feb 23, 2024
1 parent 7805c68 commit e5a4d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/runner-default/runner_default/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def precompile_ast(ctx: Context):
ctx.require(
"bolt",
"bolt_expressions",
# "bolt_expressions",
# "wicked_expressions",
"mecha",
)
Expand Down

0 comments on commit e5a4d1b

Please sign in to comment.