Skip to content

Commit d3bd340

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 5eaad60 commit d3bd340

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ trigger:
99
pool:
1010
vmImage: ubuntu-latest
1111

12-
strategy:
13-
matrix:
14-
Python39:
15-
python.version: '3.9'
12+
# strategy:
13+
# matrix:
14+
# Python39:
15+
# python.version: '3.9'
1616
# Python311:
1717
# python.version: '3.11'
1818

1919
steps:
20-
- task: UsePythonVersion@0
21-
inputs:
22-
versionSpec: '$(pythonVersion)'
23-
displayName: 'Use Python $(pythonVersion)'
20+
# - task: UsePythonVersion@0
21+
# inputs:
22+
# versionSpec: '$(pythonVersion)'
23+
# displayName: 'Use Python $(pythonVersion)'
2424

2525
- script: |
2626
python -m venv antenv

0 commit comments

Comments
 (0)