@@ -230,7 +230,7 @@ jobs:
230
230
/opt/python/cp39-cp39/bin/python -m venv ~/virtualenvs/pandas-dev
231
231
. ~/virtualenvs/pandas-dev/bin/activate
232
232
python -m pip install -U pip wheel setuptools meson[ninja]==1.0.1 meson-python==0.13.1
233
- python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytz pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1
233
+ 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
234
234
python -m pip install --no-cache-dir --no-build-isolation -e .
235
235
python -m pip list --no-cache-dir
236
236
export PANDAS_CI=1
@@ -268,7 +268,7 @@ jobs:
268
268
/opt/python/cp39-cp39/bin/python -m venv ~/virtualenvs/pandas-dev
269
269
. ~/virtualenvs/pandas-dev/bin/activate
270
270
python -m pip install -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.0.1
271
- python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytz pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1
271
+ 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
272
272
python -m pip install --no-cache-dir --no-build-isolation -e .
273
273
python -m pip list --no-cache-dir
274
274
@@ -340,7 +340,7 @@ jobs:
340
340
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
341
341
python -m pip install git+https://github.com/nedbat/coveragepy.git
342
342
python -m pip install versioneer[toml]
343
- python -m pip install python-dateutil pytz cython hypothesis>=6.46.1 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-cov pytest-asyncio>=0.17
343
+ python -m pip install python-dateutil pytz cython hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-cov pytest-asyncio>=0.17
344
344
python -m pip list
345
345
346
346
- name : Build Pandas
0 commit comments