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 Jan 9, 2021
1 parent 832e0f1 commit 2903b79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Expand Up @@ -91,8 +91,7 @@ jobs:
displayName: 'Install Requirements'
- script: python -c "import platform;print(platform.version())"
displayName: 'Platform'
- script: |
python -u setup.py build_ext --inplace
- script: python -u setup.py build_ext --inplace
displayName: 'Build inplace'
- script: |
python -m pip install cibuildwheel
Expand Down

0 comments on commit 2903b79

Please sign in to comment.