Skip to content

Commit 595e994

Browse files
committed
Update azure-pipelines.yml
1 parent e035663 commit 595e994

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
export CIBW_MANYLINUX_X86_64_IMAGE="manylinux2014"
5353
export CIBW_BEFORE_BUILD="pip install ."
5454
export CIBW_BEFORE_BUILD="pip install pybind11 cython numpy scipy pyquickhelper scikit-learn pandas pandas_streaming"
55-
export CIBW_BUILD="cp37-manylinux_x86_64 cp38-manylinux_x86_64"
56-
# fails here cp39-manylinux_x86_64, succeeds locally
55+
export CIBW_BUILD="cp37-manylinux_x86_64 cp38-manylinux_x86_64 cp39-manylinux_x86_64"
5756
python -m cibuildwheel --output-dir dist/wheelhouse --platform linux
5857
displayName: 'Build Package manylinux2014'
5958
- task: PublishPipelineArtifact@0
@@ -115,7 +114,8 @@ jobs:
115114
displayName: 'gcc version'
116115
- script: brew install libomp
117116
displayName: 'Install omp'
118-
- script: brew install p7zip
117+
- script: brew upgrade p7zip
118+
continueOnError: true
119119
displayName: 'Install p7zip'
120120
- script: brew install pandoc
121121
displayName: 'Install Pandoc'

0 commit comments

Comments
 (0)