Skip to content

Commit 6ce72e2

Browse files
Pavel Minaevint19h
authored andcommitted
Fix pipeline condition syntax.
1 parent 912bc4f commit 6ce72e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines/templates/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
# for pkg_resources getting triggered by test_gevent.
88
- script: 'python -m pip install "setuptools<68"'
99
displayName: "Install setuptools"
10-
condition: "'$(python.version)' == '3.7'"
10+
condition: eq(variables['python.version'], '3.7')
1111

1212
- pwsh: |
1313
$toxEnv = '$(python.version)'

0 commit comments

Comments
 (0)