mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
6 lines
183 B
YAML
6 lines
183 B
YAML
steps:
|
|
- task: UsePythonVersion@0
|
|
inputs:
|
|
versionSpec: $(python.version)
|
|
architecture: $(architecture)
|
|
displayName: Use Python $(python.version) $(architecture)
|