Skip to content

Commit 810b108

Browse files
committed
test macos build
1 parent 49fbaef commit 810b108

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,12 @@ jobs:
7272
CIBW_SKIP: "*-manylinux_i686 *-musllinux*"
7373
# use latest build
7474
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux2014_x86_64
75-
CIBW_BEFORE_ALL_MACOS: brew install swig
75+
CIBW_BEFORE_ALL_MACOS: |
76+
brew install swig
77+
which swig
7678
CIBW_BEFORE_BUILD: |
7779
pip install --upgrade pip
78-
pip install numpy swig==4.0.0
80+
pip install numpy swig
7981
run: |
8082
python -m pip install -U pip cibuildwheel==2.18.1
8183
python -m cibuildwheel --output-dir dist

0 commit comments

Comments
 (0)