Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Sep 30, 2019
1 parent a102ec2 commit 66d2478
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -42,7 +42,9 @@ jobs:
versionSpec: '$(python.version)'
architecture: 'x64'

- script: pip install -r requirements.txt
- script: |
pip install -U setuptools wheel
pip install -r requirements.txt
displayName: 'Install dependencies'
- script: python setup.py sdist --formats=gztar
Expand Down

0 comments on commit 66d2478

Please sign in to comment.