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

Commit 3201b5c

Browse files
committed
Workaround for remaining issue from #328
1 parent 3e55295 commit 3201b5c

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
@@ -394,6 +394,7 @@ def build_recipe(
394394
if final_outputs is not None:
395395
for final_out in final_outputs:
396396
if not notest:
397+
o.config.need_cleanup = False
397398
run_test(
398399
MetaData(final_out, o),
399400
o.config,

0 commit comments

Comments
 (0)