Skip to content

Commit a3d4ac0

Browse files
committed
cleanup mac build
1 parent 89a0091 commit a3d4ac0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ jobs:
5959
-o ~/Library/Caches/cibuildwheel/virtualenv-20.30.0.pyz \
6060
https://raw.githubusercontent.com/pypa/get-virtualenv/20.30.0/public/virtualenv.pyz
6161
62+
- name: Clean stale build directories
63+
shell: bash
64+
run: |
65+
rm -rf solvers/src/cadical_external/build
66+
rm -rf build/
67+
rm -rf *.egg-info
68+
6269
- name: Build wheels
6370
uses: pypa/cibuildwheel@v2.23
6471
env:

0 commit comments

Comments
 (0)