Skip to content

Commit bb57036

Browse files
committed
another attempt at using expression in condition
1 parent a5aef9d commit bb57036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/steps/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ steps:
7878
--toxenv="mypy"
7979
--wheel_dir="$(Build.ArtifactStagingDirectory)"
8080
env: ${{ parameters.EnvVars }}
81-
condition: eq('${{ if ne(parameters.PythonVersion, '2.7') }}', 'true')
81+
condition: '${{ if ne(parameters.PythonVersion, '2.7') }}'
8282

8383
- task: PublishTestResults@2
8484
condition: succeededOrFailed()

0 commit comments

Comments
 (0)