Skip to content

Commit 2e3b188

Browse files
mroeschkemeeseeksmachine
authored andcommitted
Backport PR pandas-dev#47889: CI: Pin cython on 32bit build
1 parent 9fb91db commit 2e3b188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/32-bit-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
/opt/python/cp38-cp38/bin/python -m venv ~/virtualenvs/pandas-dev && \
3636
. ~/virtualenvs/pandas-dev/bin/activate && \
3737
python -m pip install --no-deps -U pip wheel 'setuptools<60.0.0' && \
38-
pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio>=0.17 hypothesis && \
38+
pip install cython==0.29.30 numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio>=0.17 hypothesis && \
3939
python setup.py build_ext -q -j2 && \
4040
python -m pip install --no-build-isolation --no-use-pep517 -e . && \
4141
export PANDAS_CI=1 && \

0 commit comments

Comments
 (0)