Skip to content

Commit

Permalink
Update create-release.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
digimaun committed Sep 15, 2020
1 parent ee90ecf commit d3e7088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-devops/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- template: templates/run-tests.yml
parameters:
pythonVersion: '3.6.x'
runUnitTestsOnly: $[coalesce(variables['runUnitTestsOnly'], 'false')]
runUnitTestsOnly: 'false'

- script: 'pip install .'
displayName: 'Install the whl locally'
Expand Down

0 comments on commit d3e7088

Please sign in to comment.