Fix pipeline condition syntax.

This commit is contained in:
Pavel Minaev 2023-09-05 10:16:34 -07:00 committed by Pavel Minaev
parent 912bc4fe48
commit 6ce72e20c8

View file

@ -7,7 +7,7 @@ steps:
# for pkg_resources getting triggered by test_gevent.
- script: 'python -m pip install "setuptools<68"'
displayName: "Install setuptools"
condition: "'$(python.version)' == '3.7'"
condition: eq(variables['python.version'], '3.7')
- pwsh: |
$toxEnv = '$(python.version)'