|
26 | 26 | CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28 |
27 | 27 | CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28 |
28 | 28 | CIBW_MANYLINUX_PYPY_I686_IMAGE: manylinux_2_28 |
29 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python numpy |
| 29 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
30 | 30 | CIBW_TEST_REQUIRES: pytest pandas polars |
31 | 31 | CIBW_TEST_COMMAND: > |
32 | 32 | cd .. && |
|
75 | 75 | PIP_NO_VERIFY: 0 |
76 | 76 | PIP_VERBOSE: 1 |
77 | 77 | CIBW_BUILD_VERBOSITY: 2 |
78 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python numpy |
| 78 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
79 | 79 | CIBW_TEST_REQUIRES: pytest pandas polars |
80 | 80 | CIBW_TEST_COMMAND: > |
81 | 81 | cd .. && |
@@ -138,7 +138,7 @@ jobs: |
138 | 138 | CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28 |
139 | 139 | CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28 |
140 | 140 | CIBW_MANYLINUX_PYPY_I686_IMAGE: manylinux_2_28 |
141 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python numpy |
| 141 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
142 | 142 | CIBW_BEFORE_TEST: pip install -U Cython |
143 | 143 | CIBW_TEST_REQUIRES: pytest pandas polars |
144 | 144 | CIBW_TEST_COMMAND: > |
@@ -188,7 +188,7 @@ jobs: |
188 | 188 | PIP_NO_VERIFY: 0 |
189 | 189 | PIP_VERBOSE: 1 |
190 | 190 | CIBW_BUILD_VERBOSITY: 2 |
191 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python numpy |
| 191 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
192 | 192 | CIBW_BEFORE_TEST: apk add bash&&bash setup_rust.sh&&. "$HOME/.cargo/env"&&pip install Cython&&pip install -U maturin&&pip install -U polars |
193 | 193 | CIBW_TEST_REQUIRES: pytest pandas polars |
194 | 194 | CIBW_TEST_COMMAND: > |
@@ -263,7 +263,7 @@ jobs: |
263 | 263 | PIP_NO_VERIFY: 0 |
264 | 264 | PIP_VERBOSE: 1 |
265 | 265 | CIBW_BUILD_VERBOSITY: 2 |
266 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python numpy |
| 266 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
267 | 267 | CIBW_TEST_REQUIRES: pytest pandas polars |
268 | 268 | CIBW_TEST_COMMAND: > |
269 | 269 | cd .. && |
@@ -307,7 +307,7 @@ jobs: |
307 | 307 | PIP_NO_VERIFY: 0 |
308 | 308 | PIP_VERBOSE: 1 |
309 | 309 | CIBW_BUILD_VERBOSITY: 2 |
310 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python numpy |
| 310 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
311 | 311 | CIBW_TEST_REQUIRES: pytest pandas polars |
312 | 312 | CIBW_TEST_COMMAND: > |
313 | 313 | cd .. && |
@@ -352,7 +352,7 @@ jobs: |
352 | 352 | PIP_NO_VERIFY: 0 |
353 | 353 | PIP_VERBOSE: 1 |
354 | 354 | CIBW_BUILD_VERBOSITY: 2 |
355 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python numpy |
| 355 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
356 | 356 | CIBW_TEST_REQUIRES: pytest pandas polars |
357 | 357 | CIBW_TEST_COMMAND: > |
358 | 358 | cd .. && |
@@ -392,7 +392,7 @@ jobs: |
392 | 392 | PIP_NO_VERIFY: 0 |
393 | 393 | PIP_VERBOSE: 1 |
394 | 394 | CIBW_BUILD_VERBOSITY: 2 |
395 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel numpy |
| 395 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
396 | 396 | CIBW_TEST_REQUIRES: pytest pandas polars |
397 | 397 | CIBW_TEST_COMMAND: > |
398 | 398 | cd .. && |
@@ -436,7 +436,7 @@ jobs: |
436 | 436 | PIP_NO_VERIFY: 0 |
437 | 437 | PIP_VERBOSE: 1 |
438 | 438 | CIBW_BUILD_VERBOSITY: 2 |
439 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel numpy |
| 439 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
440 | 440 | CIBW_TEST_REQUIRES: pytest pandas polars |
441 | 441 | CIBW_TEST_COMMAND: > |
442 | 442 | cd .. && |
|
0 commit comments