File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -271,12 +271,14 @@ jobs:
271
271
fi
272
272
- name : Build environment and Run Tests
273
273
# https://github.com/numpy/numpy/issues/24703#issuecomment-1722379388
274
+ # Note: Pinned to Cython 3.0.10 to avoid numerical instability in 32-bit environments
275
+ # https://github.com/pandas-dev/pandas/pull/61423
274
276
run : |
275
277
/opt/python/cp311-cp311/bin/python -m venv ~/virtualenvs/pandas-dev
276
278
. ~/virtualenvs/pandas-dev/bin/activate
277
279
python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
278
280
python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
279
- python -m pip install --no-cache-dir versioneer[toml] cython python-dateutil "pytz<2024.2" pytest>=7.3.2 pytest-xdist>=2.2.0 hypothesis>=6.46.1
281
+ python -m pip install --no-cache-dir versioneer[toml] cython==3.0.10 python-dateutil "pytz<2024.2" pytest>=7.3.2 pytest-xdist>=2.2.0 hypothesis>=6.46.1
280
282
python -m pip install --no-cache-dir --no-build-isolation -e . --config-settings=setup-args="--werror"
281
283
python -m pip list --no-cache-dir
282
284
export PANDAS_CI=1
You can’t perform that action at this time.
0 commit comments