File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments