Skip to content

Commit d19b313

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent ccff851 commit d19b313

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ trigger:
44
pool:
55
vmImage: 'ubuntu-latest'
66

7-
variables:
8-
pythonVersion: '3.9'
9-
107
steps:
118
# Step 1: Check out the medLLM repository
129
- task: UsePythonVersion@0
1310
inputs:
14-
versionSpec: '$(pythonVersion)'
11+
versionSpec: '3.9'
1512
addToPath: true
1613

1714
- task: Checkout@1

0 commit comments

Comments
 (0)