Skip to content

Commit

Permalink
Checkout master
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrachuk committed Aug 6, 2019
1 parent 437e76d commit 9efe8c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ steps:
versionSpec: '$(python.version)'
displayName: 'Use Python $(python.version)'

- script: |
git checkout master
displayName: 'Checkout master'
- script: |
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit 9efe8c2

Please sign in to comment.