We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb91db commit 2e3b188Copy full SHA for 2e3b188
.github/workflows/32-bit-linux.yml
@@ -35,7 +35,7 @@ jobs:
35
/opt/python/cp38-cp38/bin/python -m venv ~/virtualenvs/pandas-dev && \
36
. ~/virtualenvs/pandas-dev/bin/activate && \
37
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 && \
+ pip install cython==0.29.30 numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio>=0.17 hypothesis && \
39
python setup.py build_ext -q -j2 && \
40
python -m pip install --no-build-isolation --no-use-pep517 -e . && \
41
export PANDAS_CI=1 && \
0 commit comments