Skip to content

Commit

Permalink
Fixed pip issue on Azure DevOps
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Jun 21, 2021
1 parent 03f2ea2 commit caf2cb2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pipelines/release-emulators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
11.0:
android.version: '11.0'
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.5'
displayName: 'Use Python 3.5'

- script: |
latest_tag=$(git describe --tags --abbrev=0)
echo "##vso[task.setvariable variable=release_version]$latest_tag"
Expand Down
5 changes: 5 additions & 0 deletions pipelines/release-genymotion-and-device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
real_device:
script.name: './release_geny.sh'
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.5'
displayName: 'Use Python 3.5'

- script: |
latest_tag=$(git describe --tags --abbrev=0)
echo "##vso[task.setvariable variable=release_version]$latest_tag"
Expand Down

0 comments on commit caf2cb2

Please sign in to comment.