Skip to content

Commit 373526f

Browse files
committed
explicitly set the python version to 3.10
1 parent 0b491b5 commit 373526f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure/templates/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ parameters:
88

99
steps:
1010
- task: UsePythonVersion@0
11-
displayName: 'Use Python ${{ parameters.python_version }}'
11+
displayName: 'Use Python 3.10'
1212
inputs:
13-
versionSpec: '${{ parameters.python_version }}'
13+
versionSpec: '3.10'
1414

1515
- task: s3-cache-action@1
1616
inputs:

0 commit comments

Comments
 (0)