|
69 | 69 | env_file: actions-311.yaml
|
70 | 70 | pattern: "not slow and not network and not single_cpu"
|
71 | 71 | pandas_copy_on_write: "1"
|
| 72 | + - name: "Copy-on-Write 3.11 (warnings)" |
| 73 | + env_file: actions-311.yaml |
| 74 | + pattern: "not slow and not network and not single_cpu" |
| 75 | + pandas_copy_on_write: "warn" |
72 | 76 | - name: "Pypy"
|
73 | 77 | env_file: actions-pypy-39.yaml
|
74 | 78 | pattern: "not slow and not network and not single_cpu"
|
|
94 | 98 | PYTEST_TARGET: ${{ matrix.pytest_target || 'pandas' }}
|
95 | 99 | concurrency:
|
96 | 100 | # https://github.community/t/concurrecy-not-work-for-push/183068/7
|
97 |
| - group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.extra_apt || '' }} |
| 101 | + group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.extra_apt || '' }}-${{ matrix.pandas_copy_on_write || '' }} |
98 | 102 | cancel-in-progress: true
|
99 | 103 |
|
100 | 104 | services:
|
@@ -236,7 +240,7 @@ jobs:
|
236 | 240 | . ~/virtualenvs/pandas-dev/bin/activate
|
237 | 241 | python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
|
238 | 242 | python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
|
239 |
| - python -m pip install --no-cache-dir versioneer[toml] "cython<3.0.3" python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1 |
| 243 | + 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 |
240 | 244 | python -m pip install --no-cache-dir --no-build-isolation -e .
|
241 | 245 | python -m pip list --no-cache-dir
|
242 | 246 | export PANDAS_CI=1
|
@@ -274,7 +278,7 @@ jobs:
|
274 | 278 | /opt/python/cp311-cp311/bin/python -m venv ~/virtualenvs/pandas-dev
|
275 | 279 | . ~/virtualenvs/pandas-dev/bin/activate
|
276 | 280 | python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1
|
277 |
| - python -m pip install --no-cache-dir versioneer[toml] "cython<3.0.3" numpy python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1 |
| 281 | + 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 |
278 | 282 | python -m pip install --no-cache-dir --no-build-isolation -e .
|
279 | 283 | python -m pip list --no-cache-dir
|
280 | 284 |
|
@@ -347,7 +351,7 @@ jobs:
|
347 | 351 | python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
|
348 | 352 | python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
|
349 | 353 | python -m pip install versioneer[toml]
|
350 |
| - python -m pip install python-dateutil pytz tzdata "cython<3.0.3" hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-cov pytest-asyncio>=0.17 |
| 354 | + python -m pip install python-dateutil pytz tzdata cython hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-cov pytest-asyncio>=0.17 |
351 | 355 | python -m pip install -ve . --no-build-isolation --no-index --no-deps
|
352 | 356 | python -m pip list
|
353 | 357 |
|
|
0 commit comments