We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d343e59 commit 1ff651fCopy full SHA for 1ff651f
.github/workflows/32-bit-linux.yml
@@ -38,7 +38,7 @@ jobs:
38
/opt/python/cp38-cp38/bin/python -m venv ~/virtualenvs/pandas-dev && \
39
. ~/virtualenvs/pandas-dev/bin/activate && \
40
python -m pip install --no-deps -U pip wheel 'setuptools<60.0.0' && \
41
- pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio>=0.17 hypothesis && \
+ pip install cython==0.29.30 numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio>=0.17 hypothesis && \
42
python setup.py build_ext -q -j2 && \
43
python -m pip install --no-build-isolation --no-use-pep517 -e . && \
44
export PANDAS_CI=1 && \
0 commit comments