Skip to content

Commit bfb9d14

Browse files
committed
Update azure-pipelines.yml
1 parent 439f270 commit bfb9d14

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ jobs:
4747
displayName: 'Build package inplace'
4848
- script: python -u setup.py unittests
4949
displayName: 'Runs Unit Tests'
50+
- script: |
51+
python -m pip install cibuildwheel
52+
export CIBW_MANYLINUX_X86_64_IMAGE="manylinux_2_24"
53+
export CIBW_BEFORE_BUILD="pip install ."
54+
export CIBW_BEFORE_BUILD="pip install pybind11 cython numpy scipy pyquickhelper scikit-learn pandas pandas_streaming"
55+
export CIBW_BUILD="cp39-manylinux_x86_64"
56+
python -m cibuildwheel --output-dir dist/wheelhouse39 --platform linux
57+
displayName: 'Build Package manylinux_x_y'
5058
- script: |
5159
python -m pip install cibuildwheel
5260
export CIBW_MANYLINUX_X86_64_IMAGE="manylinux2014"

0 commit comments

Comments
 (0)