Skip to content

Commit

Permalink
Fix bdist wheel problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Apr 7, 2019
1 parent 69cd37a commit fd983be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ jobs:
versionSpec: '3.x'
architecture: 'x64'

- script: python -m pip install --upgrade pip && pip install -r requirements-dev.txt
displayName: 'Install dependencies'

- script: make dist
displayName: 'Build dist'

0 comments on commit fd983be

Please sign in to comment.