Skip to content

Commit 6580f9a

Browse files
committed
.github/workflows: ...
1 parent 5485a8e commit 6580f9a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28
2727
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
2828
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
3030
CIBW_TEST_REQUIRES: pytest pandas polars
3131
CIBW_TEST_COMMAND: >
3232
cd .. &&
@@ -75,7 +75,7 @@ jobs:
7575
PIP_NO_VERIFY: 0
7676
PIP_VERBOSE: 1
7777
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
7979
CIBW_TEST_REQUIRES: pytest pandas polars
8080
CIBW_TEST_COMMAND: >
8181
cd .. &&
@@ -138,7 +138,7 @@ jobs:
138138
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28
139139
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
140140
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
142142
CIBW_BEFORE_TEST: pip install -U Cython
143143
CIBW_TEST_REQUIRES: pytest pandas polars
144144
CIBW_TEST_COMMAND: >
@@ -188,7 +188,7 @@ jobs:
188188
PIP_NO_VERIFY: 0
189189
PIP_VERBOSE: 1
190190
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
192192
CIBW_BEFORE_TEST: apk add bash&&bash setup_rust.sh&&. "$HOME/.cargo/env"&&pip install Cython&&pip install -U maturin&&pip install -U polars
193193
CIBW_TEST_REQUIRES: pytest pandas polars
194194
CIBW_TEST_COMMAND: >
@@ -263,7 +263,7 @@ jobs:
263263
PIP_NO_VERIFY: 0
264264
PIP_VERBOSE: 1
265265
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
267267
CIBW_TEST_REQUIRES: pytest pandas polars
268268
CIBW_TEST_COMMAND: >
269269
cd .. &&
@@ -307,7 +307,7 @@ jobs:
307307
PIP_NO_VERIFY: 0
308308
PIP_VERBOSE: 1
309309
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
311311
CIBW_TEST_REQUIRES: pytest pandas polars
312312
CIBW_TEST_COMMAND: >
313313
cd .. &&
@@ -352,7 +352,7 @@ jobs:
352352
PIP_NO_VERIFY: 0
353353
PIP_VERBOSE: 1
354354
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
356356
CIBW_TEST_REQUIRES: pytest pandas polars
357357
CIBW_TEST_COMMAND: >
358358
cd .. &&
@@ -392,7 +392,7 @@ jobs:
392392
PIP_NO_VERIFY: 0
393393
PIP_VERBOSE: 1
394394
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
396396
CIBW_TEST_REQUIRES: pytest pandas polars
397397
CIBW_TEST_COMMAND: >
398398
cd .. &&
@@ -436,7 +436,7 @@ jobs:
436436
PIP_NO_VERIFY: 0
437437
PIP_VERBOSE: 1
438438
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
440440
CIBW_TEST_REQUIRES: pytest pandas polars
441441
CIBW_TEST_COMMAND: >
442442
cd .. &&

0 commit comments

Comments
 (0)