Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 34ba81d

Browse files
committed
Workaround for remaining issue from #328
1 parent a5bf05a commit 34ba81d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boa/core/run_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ def build_recipe(
393393
if final_outputs is not None:
394394
for final_out in final_outputs:
395395
if not notest:
396+
o.config.need_cleanup = False
396397
run_test(
397398
MetaData(final_out, o),
398399
o.config,

0 commit comments

Comments
 (0)