Skip to content

Commit 5485a8e

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 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 numpy meson-python
29+
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python 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 numpy meson-python
78+
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python 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 numpy meson-python
141+
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python 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 numpy meson-python
191+
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python 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 numpy meson-python
266+
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python 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 numpy meson-python
310+
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python 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 numpy meson-python
355+
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python numpy
356356
CIBW_TEST_REQUIRES: pytest pandas polars
357357
CIBW_TEST_COMMAND: >
358358
cd .. &&

0 commit comments

Comments
 (0)