Skip to content

Commit f091ad1

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 539a889 commit f091ad1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
dependsOn: build
6666
displayName: GithubRelease
6767
steps:
68+
- task: UsePythonVersion@0
69+
inputs:
70+
versionSpec: '3.8'
71+
addToPath: true
72+
architecture: 'x64'
6873
- script: |
6974
pip install -r requirements.dev.txt
7075
pip install pyinstaller

0 commit comments

Comments
 (0)