Skip to content

Commit d05e815

Browse files
Raluca Chispcercuei
authored andcommitted
CI:set Python to use latest 3.x version
Signed-off-by: Raluca Chis <[email protected]>
1 parent e598e4b commit d05e815

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ stages:
196196
- checkout: self
197197
fetchDepth: 1
198198
clean: true
199+
- task: UsePythonVersion@0
200+
inputs:
201+
versionSpec: '3.x'
202+
addToPath: true
199203
- script: |
200204
set -e
201205
brew install doxygen libusb libxml2 ncurses cdk libserialport

0 commit comments

Comments
 (0)