Skip to content

Commit

Permalink
Debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
iomaganaris committed Nov 7, 2023
1 parent c66a5e4 commit 1ec371c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,11 @@ stages:
- checkout: self
submodules: True
- script: |
brew link --overwrite python
which python3
python3 --version
ls $(brew --prefix)/bin
$(brew --prefix)/bin/python3 --version
$(brew --prefix)/bin/python3.11 --version
brew install flex bison cmake
python3 -m pip install --upgrade pip setuptools
python3 -m pip install --user -r $(Build.Repository.LocalPath)/requirements.txt
Expand Down

0 comments on commit 1ec371c

Please sign in to comment.