Using python 3.8.12 on pipeline

This commit is contained in:
budtmo
2022-04-08 12:45:34 +02:00
parent 9f58ad6bda
commit a72a5d1edc
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.5'
displayName: 'Use Python 3.5'
versionSpec: '3.8.12'
displayName: 'Use Python 3.8.12'
- script: |
latest_tag=$(git describe --tags --abbrev=0)
+2 -2
View File
@@ -17,8 +17,8 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.5'
displayName: 'Use Python 3.5'
versionSpec: '3.8.12'
displayName: 'Use Python 3.8.12'
- script: |
latest_tag=$(git describe --tags --abbrev=0)
+2 -2
View File
@@ -19,8 +19,8 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.5'
displayName: 'Use Python 3.5'
versionSpec: '3.8.12'
displayName: 'Use Python 3.8.12'
- script: pip install -r requirements.txt
displayName: 'Install pip packages'
- script: ./release.sh test 7.1.1 $(app_version)