Skip to content

Commit ab85c50

Browse files
committed
Update azure-pipelines.yml
1 parent fed71ef commit ab85c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
displayName: 'Runs Unit Tests'
9494
- script: |
9595
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
96+
set CIBW_BEFORE_BUILD="pip install ."
97+
set CIBW_BEFORE_BUILD="pip install pybind11 cython numpy scipy pyquickhelper scikit-learn pandas pandas_streaming"
9898
set CIBW_BUILD="cp37-win_amd64 cp38-win_amd64 cp39-win_amd64"
9999
python -m cibuildwheel --output-dir dist/wheelhouse
100100
displayName: 'Build Package many'

0 commit comments

Comments
 (0)