We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83276e commit 8bd9195Copy full SHA for 8bd9195
.azdo/ci-pr.yaml
@@ -24,8 +24,8 @@ extends:
24
- stage: Build
25
jobs:
26
- job: Python
27
-# Simplified to single Python version (per project requirements)
28
-# Can expand to matrix testing later if needed
+ # Simplified to single Python version (per project requirements)
+ # Can expand to matrix testing later if needed
29
30
steps:
31
- task: UsePythonVersion@0
0 commit comments