8000 Did not delete directories · matplotlib/matplotlib@42c94b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 42c94b9

Browse files
committed
Did not delete directories
1 parent 47c9f77 commit 42c94b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,6 @@ jobs:
347347
348348
remove_files "png"; remove_files "svg"; remove_files "pdf"; remove_files "eps";
349349
350-
find "./result_images"/* -type d -empty -delete
351-
echo "Removed empty directories under result_images."
352-
353350
- name: Filter C coverage
354351
run: |
355352
if [[ "${{ runner.os }}" != 'macOS' ]]; then

0 commit comments

Comments
 (0)
0