Skip to content

Commit ba17f3e

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

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
env:
1111
TALIB_C_VER: 0.6.4
1212
TALIB_PY_VER: ${{ github.ref_name }}
13+
PIP_NO_VERIFY: 0
14+
PIP_VERBOSE: 1
15+
CIBW_BUILD_VERBOSITY: 2
1316

1417
jobs:
1518
build_manylinux_x86_64:
@@ -19,9 +22,6 @@ jobs:
1922
os: ["ubuntu-22.04"]
2023
runs-on: ${{ matrix.os }}
2124
env:
22-
PIP_NO_VERIFY: 0
23-
PIP_VERBOSE: 1
24-
CIBW_BUILD_VERBOSITY: 2
2525
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
2626
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28
2727
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
@@ -72,9 +72,6 @@ jobs:
7272
os: ["ubuntu-22.04"]
7373
runs-on: ${{ matrix.os }}
7474
env:
75-
PIP_NO_VERIFY: 0
76-
PIP_VERBOSE: 1
77-
CIBW_BUILD_VERBOSITY: 2
7875
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy
7976
CIBW_TEST_REQUIRES: pytest pandas polars
8077
CIBW_TEST_COMMAND: >
@@ -131,9 +128,6 @@ jobs:
131128
os: ["ubuntu-22.04-arm"]
132129
runs-on: ${{ matrix.os }}
133130
env:
134-
PIP_NO_VERIFY: 0
135-
PIP_VERBOSE: 1
136-
CIBW_BUILD_VERBOSITY: 2
137131
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
138132
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28
139133
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
@@ -185,9 +179,6 @@ jobs:
185179
os: ["ubuntu-22.04"]
186180
runs-on: ${{ matrix.os }}
187181
env:
188-
PIP_NO_VERIFY: 0
189-
PIP_VERBOSE: 1
190-
CIBW_BUILD_VERBOSITY: 2
191182
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy
192183
CIBW_BEFORE_TEST: apk add bash&&bash setup_rust.sh&&. "$HOME/.cargo/env"&&pip install Cython&&pip install -U maturin&&pip install -U polars
193184
CIBW_TEST_REQUIRES: pytest pandas polars
@@ -260,9 +251,6 @@ jobs:
260251
- name: Build wheels
261252
uses: pypa/[email protected]
262253
env:
263-
PIP_NO_VERIFY: 0
264-
PIP_VERBOSE: 1
265-
CIBW_BUILD_VERBOSITY: 2
266254
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy
267255
CIBW_TEST_REQUIRES: pytest pandas polars
268256
CIBW_TEST_COMMAND: >
@@ -304,9 +292,6 @@ jobs:
304292
- name: Build wheels
305293
uses: pypa/[email protected]
306294
env:
307-
PIP_NO_VERIFY: 0
308-
PIP_VERBOSE: 1
309-
CIBW_BUILD_VERBOSITY: 2
310295
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy
311296
CIBW_TEST_REQUIRES: pytest pandas polars
312297
CIBW_TEST_COMMAND: >
@@ -389,9 +374,6 @@ jobs:
389374
- name: Build wheels
390375
uses: pypa/[email protected]
391376
env:
392-
PIP_NO_VERIFY: 0
393-
PIP_VERBOSE: 1
394-
CIBW_BUILD_VERBOSITY: 2
395377
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy
396378
CIBW_TEST_REQUIRES: pytest pandas polars
397379
CIBW_TEST_COMMAND: >
@@ -433,9 +415,6 @@ jobs:
433415
- name: Build wheels
434416
uses: pypa/[email protected]
435417
env:
436-
PIP_NO_VERIFY: 0
437-
PIP_VERBOSE: 1
438-
CIBW_BUILD_VERBOSITY: 2
439418
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy
440419
CIBW_TEST_REQUIRES: pytest pandas polars
441420
CIBW_TEST_COMMAND: >

0 commit comments

Comments
 (0)