Skip to content

Commit

Permalink
Remove excess paranthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 20, 2020
1 parent 474c7c6 commit fd5f8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ stages:
inputs:
versionSpec: '$(python.version)'
architecture: 'x64'
condition: and(succeeded(), ne(variables['python.version'], '3.9')))
condition: and(succeeded(), ne(variables['python.version'], '3.9'))

- script: python -m pip install tox
displayName: 'Install tox'
Expand Down

0 comments on commit fd5f8fe

Please sign in to comment.