Skip to content

Commit

Permalink
ci: mac wheel building without relying on homebrew package
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jul 3, 2023
1 parent a112be8 commit 6190fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Expand Up @@ -38,8 +38,8 @@ jobs:
fi &&
bash bootstrap && ./configure && make && make install
CIBW_BEFORE_ALL_MACOS: >
brew tap fbkarsdorp/homebrew-lamachine &&
brew install colibri-core
brew install pkg-config autoconf automake libtool &&
autoreconf -i && ./configure && make && make install
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux2014_x86_64
CIBW_SKIP: "*-win* *-manylinux_i686 pp*"

Expand Down

0 comments on commit 6190fee

Please sign in to comment.