Skip to content

Commit d15460e

Browse files
committed
Added removal of __pycache__ in test clean up phase
1 parent cfeffaf commit d15460e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ clean_up()
154154
{
155155
echo "Cleaning Up"
156156
rm -rf "dask-worker-space"
157+
rm -rf "stumpy/__pycache__/"
157158
}
158159

159160
###########

0 commit comments

Comments
 (0)