File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -230,11 +230,13 @@ jobs:
230230 git -c user.email="you@example.com" merge --no-commit my_ref_name
231231 fi
232232 - name : Build environment and Run Tests
233+ # https://github.com/numpy/numpy/issues/24703#issuecomment-1722379388
233234 run : |
234235 /opt/python/cp311-cp311/bin/python -m venv ~/virtualenvs/pandas-dev
235236 . ~/virtualenvs/pandas-dev/bin/activate
236237 python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
237- python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1
238+ python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
239+ python -m pip install --no-cache-dir versioneer[toml] cython python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1
238240 python -m pip install --no-cache-dir --no-build-isolation -e .
239241 python -m pip list --no-cache-dir
240242 export PANDAS_CI=1
You can’t perform that action at this time.
0 commit comments