|
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 && pip install -U numpy |
| 29 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy |
30 | 30 | CIBW_TEST_REQUIRES: pytest pandas polars |
31 | 31 | CIBW_TEST_COMMAND: > |
32 | 32 | cd .. && |
|
72 | 72 | os: ["ubuntu-22.04"] |
73 | 73 | runs-on: ${{ matrix.os }} |
74 | 74 | env: |
75 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
| 75 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy |
76 | 76 | CIBW_TEST_REQUIRES: pytest pandas polars |
77 | 77 | CIBW_TEST_COMMAND: > |
78 | 78 | cd .. && |
@@ -133,7 +133,7 @@ jobs: |
133 | 133 | CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28 |
134 | 134 | CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28 |
135 | 135 | CIBW_MANYLINUX_PYPY_I686_IMAGE: manylinux_2_28 |
136 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
| 136 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy |
137 | 137 | CIBW_BEFORE_TEST: pip install -U Cython |
138 | 138 | CIBW_TEST_REQUIRES: pytest pandas polars |
139 | 139 | CIBW_TEST_COMMAND: > |
@@ -180,7 +180,7 @@ jobs: |
180 | 180 | os: ["ubuntu-22.04"] |
181 | 181 | runs-on: ${{ matrix.os }} |
182 | 182 | env: |
183 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
| 183 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy |
184 | 184 | CIBW_BEFORE_TEST: apk add bash&&bash setup_rust.sh&&. "$HOME/.cargo/env"&&pip install Cython&&pip install -U maturin&&pip install -U polars |
185 | 185 | CIBW_TEST_REQUIRES: pytest pandas polars |
186 | 186 | CIBW_TEST_COMMAND: > |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | - name: Build TA-Lib |
212 | 212 | run: | |
213 | 213 | ./tools/build_wheel_linux.sh |
214 | | - shell: alpine.sh {0} |
| 214 | + shellrm: alpine.sh {0} |
215 | 215 | - name: Build wheels |
216 | 216 | |
217 | 217 | env: |
@@ -253,7 +253,7 @@ jobs: |
253 | 253 | - name: Build wheels |
254 | 254 | |
255 | 255 | env: |
256 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
| 256 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy |
257 | 257 | CIBW_TEST_REQUIRES: pytest pandas polars |
258 | 258 | CIBW_TEST_COMMAND: > |
259 | 259 | cd .. && |
@@ -294,7 +294,7 @@ jobs: |
294 | 294 | - name: Build wheels |
295 | 295 | |
296 | 296 | env: |
297 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
| 297 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy |
298 | 298 | CIBW_TEST_REQUIRES: pytest pandas polars |
299 | 299 | CIBW_TEST_COMMAND: > |
300 | 300 | cd .. && |
@@ -339,7 +339,7 @@ jobs: |
339 | 339 | PIP_NO_VERIFY: 0 |
340 | 340 | PIP_VERBOSE: 1 |
341 | 341 | CIBW_BUILD_VERBOSITY: 2 |
342 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
| 342 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy |
343 | 343 | CIBW_TEST_REQUIRES: pytest pandas polars |
344 | 344 | CIBW_TEST_COMMAND: > |
345 | 345 | cd .. && |
@@ -376,7 +376,7 @@ jobs: |
376 | 376 | - name: Build wheels |
377 | 377 | |
378 | 378 | env: |
379 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
| 379 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy |
380 | 380 | CIBW_TEST_REQUIRES: pytest pandas polars |
381 | 381 | CIBW_TEST_COMMAND: > |
382 | 382 | cd .. && |
@@ -417,7 +417,7 @@ jobs: |
417 | 417 | - name: Build wheels |
418 | 418 | |
419 | 419 | env: |
420 | | - CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
| 420 | + CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy |
421 | 421 | CIBW_TEST_REQUIRES: pytest pandas polars |
422 | 422 | CIBW_TEST_COMMAND: > |
423 | 423 | cd .. && |
|
0 commit comments