Skip to content

Commit 858dbc2

Browse files
committed
Revert "ci: wheel building, why no cython on mac?"
This reverts commit 91749c3.
1 parent 91749c3 commit 858dbc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
./build-deps.sh
3939
CIBW_BEFORE_ALL_MACOS: >
4040
brew tap fbkarsdorp/homebrew-lamachine &&
41-
brew install frog &&
42-
pip install cython
41+
brew install frog
4342
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux2014_x86_64
4443
CIBW_SKIP: "*-win* *-manylinux_i686 pp*"
4544

0 commit comments

Comments
 (0)