We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c40f42 commit c477fdfCopy full SHA for c477fdf
1 file changed
.github/workflows/build_wheels_linux.yml
@@ -12,7 +12,9 @@ jobs:
12
CIBW_ARCHS_LINUX: x86_64 aarch64
13
CIBW_TEST_REQUIRES: pytest mock pure-sasl eventlet
14
CIBW_TEST_COMMAND: echo "wheel is installed"
15
- CIBW_BEFORE_ALL: yum install -y libev libev-devel
+ CIBW_BEFORE_ALL: >
16
+ yum install -y libev libev-devel &&
17
+ pip install cython
18
CIBW_ENVIRONMENT: CFLAGS='-s'
19
steps:
20
- uses: actions/checkout@v4
0 commit comments