Skip to content

Commit

Permalink
Move to Python3.7 to avoid error in 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomebytes authored Jan 27, 2021
1 parent 4fe9280 commit 64b3593
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,12 @@ jobs:
# Not really needed
# - script: docker rm -v $id
# Make a release
# Use Python version
# Use the specified version of Python from the tool cache, optionally adding it to the PATH
- task: UsePythonVersion@0
inputs:
versionSpec: '3.7'
addToPath: true
- script: python3 -m pip install --upgrade pip setuptools wheel
displayName: 'Install tools'
- script: python3 -m pip install --user githubrelease
Expand Down Expand Up @@ -301,4 +307,4 @@ jobs:
# # Push as latest
# - script: docker push $(DockerHub_user)/$(docker_image_name):latest
# displayName: 'push latest to DockerHub'
# condition: always()
# condition: always()

0 comments on commit 64b3593

Please sign in to comment.