Skip to content

Commit

Permalink
test: use cython==3.0.0a11 to build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Dec 14, 2022
1 parent be48b74 commit 7f44df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
CIBW_BEFORE_ALL_MACOS: bin/cibw_before_all_macosx.sh
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh
CIBW_BEFORE_BUILD_WINDOWS: msys2 -c bin/cibw_before_build_windows.sh
CIBW_BEFORE_BUILD: pip install numpy cython delvewheel
CIBW_BEFORE_BUILD: pip install numpy cython==3.0.0a11 delvewheel
CIBW_ENVIRONMENT: >
C_INCLUDE_PATH=$(pwd)/.local/include/
LIBRARY_PATH=$(pwd)/.local/lib/
Expand Down

0 comments on commit 7f44df2

Please sign in to comment.