Skip to content
This repository has been archived by the owner on Jan 13, 2024. 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 Jan 9, 2021
1 parent 223ccf4 commit 09d9761
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions azure-pipelines.yml
Expand Up @@ -143,9 +143,12 @@ jobs:
displayName: 'Install Requirements'
- script: python -c "import platform;print(platform.version())"
displayName: 'Platform'
- script: |
python -u setup.py bdist_wheel
displayName: 'Build Package'
- script: export PYTHONPATH=src
displayName: 'PYTHONPATH=src'
- script: python -u setup.py build_ext --inplace
displayName: 'Build inplace'
- script: python -u setup.py unittests
displayName: 'Runs Unit Tests'
- script: |
python -m pip install cibuildwheel
set CIBW_BEFORE_BUILD=pip install .
Expand Down

0 comments on commit 09d9761

Please sign in to comment.