We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5aef9d commit bb57036Copy full SHA for bb57036
eng/pipelines/templates/steps/build-test.yml
@@ -78,7 +78,7 @@ steps:
78
--toxenv="mypy"
79
--wheel_dir="$(Build.ArtifactStagingDirectory)"
80
env: ${{ parameters.EnvVars }}
81
- condition: eq('${{ if ne(parameters.PythonVersion, '2.7') }}', 'true')
+ condition: '${{ if ne(parameters.PythonVersion, '2.7') }}'
82
83
- task: PublishTestResults@2
84
condition: succeededOrFailed()
0 commit comments