mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix pipeline condition syntax.
This commit is contained in:
parent
912bc4fe48
commit
6ce72e20c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue