Skip to content

Commit

Permalink
CI:set Python to use latest 3.x version
Browse files Browse the repository at this point in the history
Signed-off-by: Raluca Chis <raluca.chis@analog.com>
  • Loading branch information
Raluca Chis authored and pcercuei committed Nov 21, 2022
1 parent e598e4b commit d05e815
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ stages:
- checkout: self
fetchDepth: 1
clean: true
- task: UsePythonVersion@0
inputs:
versionSpec: '3.x'
addToPath: true
- script: |
set -e
brew install doxygen libusb libxml2 ncurses cdk libserialport
Expand Down

0 comments on commit d05e815

Please sign in to comment.