Skip to content

Commit

Permalink
Workaround for remaining issue from #328
Browse files Browse the repository at this point in the history
  • Loading branch information
moqmar committed May 5, 2023
1 parent a5bf05a commit 34ba81d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boa/core/run_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ def build_recipe(
if final_outputs is not None:
for final_out in final_outputs:
if not notest:
o.config.need_cleanup = False
run_test(
MetaData(final_out, o),
o.config,
Expand Down

0 comments on commit 34ba81d

Please sign in to comment.