Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 24, 2022
1 parent 769def0 commit a787b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -89,7 +89,7 @@ jobs:
git submodule sync --recursive
git submodule update --init --recursive
displayName: 'submodules'
- script: python -m pip install --upgrade pip setuptools wheel wcwidth backcall
- script: python -m pip install --upgrade pip setuptools wheel
displayName: 'Install tools'
- script: pip install -r requirements.txt
displayName: 'Install Requirements'
Expand All @@ -99,7 +99,7 @@ jobs:
displayName: 'Build inplace'
- script: |
python -m pip install cibuildwheel
set CIBW_BEFORE_BUILD="pip install pybind11 cython numpy scipy pyquickhelper wcwidth backcall"
set CIBW_BEFORE_BUILD="pip install pybind11 cython numpy scipy pyquickhelper"
set CIBW_BUILD="cp37-win_amd64 cp38-win_amd64 cp39-win_amd64 cp310-win_amd64"
python -m cibuildwheel --output-dir dist/wheelhouse
displayName: 'Build Package many'
Expand Down

0 comments on commit a787b8d

Please sign in to comment.