Skip to content

Commit c477fdf

Browse files
committed
Trying an explicit install of Cython
1 parent 6c40f42 commit c477fdf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build_wheels_linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
CIBW_ARCHS_LINUX: x86_64 aarch64
1313
CIBW_TEST_REQUIRES: pytest mock pure-sasl eventlet
1414
CIBW_TEST_COMMAND: echo "wheel is installed"
15-
CIBW_BEFORE_ALL: yum install -y libev libev-devel
15+
CIBW_BEFORE_ALL: >
16+
yum install -y libev libev-devel &&
17+
pip install cython
1618
CIBW_ENVIRONMENT: CFLAGS='-s'
1719
steps:
1820
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)