Skip to content

Commit aa7f34b

Browse files
committed
fix(ci): remove "minizip-ng" from list of stuff to homebrew-uninstall
also add the -f flag to force homebrew to try to uninstall stuff even if it isn't installed Signed-off-by: Zach Lewis <[email protected]>
1 parent 043acb1 commit aa7f34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ jobs:
338338
339339
- name: Brew uninstall problematic dependencies
340340
run: |
341-
brew uninstall --ignore-dependencies openexr imath minizip-ng expat cmake || true
341+
brew uninstall -f --ignore-dependencies openexr imath expat cmake || true
342342
343343
- name: Build wheels
344344
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1

0 commit comments

Comments
 (0)