Skip to content

Commit

Permalink
Using python 3.8.12 on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Apr 8, 2022
1 parent 9f58ad6 commit a72a5d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pipelines/release-emulators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions pipelines/release-genymotion-and-device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions pipelines/test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a72a5d1

Please sign in to comment.