Skip to content

Commit 1684b07

Browse files
Update build.yml
1 parent f98779a commit 1684b07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ jobs:
7373
bash <(curl -s https://codecov.io/bash)
7474
7575
- name: Install distribution dependencies
76-
run: pip install build
76+
run: |
77+
rm -rf junit
78+
rm -rf deps
79+
pip install build
7780
if: matrix.python-version == 3.11
7881

7982
- name: Create distribution package

0 commit comments

Comments
 (0)