We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed71ef commit ab85c50Copy full SHA for ab85c50
azure-pipelines.yml
@@ -93,8 +93,8 @@ jobs:
93
displayName: 'Runs Unit Tests'
94
- script: |
95
python -m pip install cibuildwheel
96
- set CIBW_BEFORE_BUILD=pip install .
97
- set CIBW_BEFORE_BUILD=pip install pybind11 cython numpy scipy pyquickhelper scikit-learn pandas pandas_streaming
+ set CIBW_BEFORE_BUILD="pip install ."
+ set CIBW_BEFORE_BUILD="pip install pybind11 cython numpy scipy pyquickhelper scikit-learn pandas pandas_streaming"
98
set CIBW_BUILD="cp37-win_amd64 cp38-win_amd64 cp39-win_amd64"
99
python -m cibuildwheel --output-dir dist/wheelhouse
100
displayName: 'Build Package many'
0 commit comments