Skip to content

Commit

Permalink
Add metadata during test to fix mamba-org#328
Browse files Browse the repository at this point in the history
  • Loading branch information
moqmar committed Mar 10, 2023
1 parent cd087c5 commit e1c177b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa/core/run_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def build_recipe(
for final_out in final_outputs:
if not notest:
run_test(
final_out,
MetaData(final_out, o),
o.config,
stats,
move_broken=False,
Expand Down

0 comments on commit e1c177b

Please sign in to comment.