We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eaad60 commit d3bd340Copy full SHA for d3bd340
azure-pipelines.yml
@@ -9,18 +9,18 @@ trigger:
9
pool:
10
vmImage: ubuntu-latest
11
12
-strategy:
13
- matrix:
14
- Python39:
15
- python.version: '3.9'
+# strategy:
+# matrix:
+# Python39:
+# python.version: '3.9'
16
# Python311:
17
# python.version: '3.11'
18
19
steps:
20
- - task: UsePythonVersion@0
21
- inputs:
22
- versionSpec: '$(pythonVersion)'
23
- displayName: 'Use Python $(pythonVersion)'
+ # - task: UsePythonVersion@0
+ # inputs:
+ # versionSpec: '$(pythonVersion)'
+ # displayName: 'Use Python $(pythonVersion)'
24
25
- script: |
26
python -m venv antenv
0 commit comments