Skip to content

Commit

Permalink
Trying brew link
Browse files Browse the repository at this point in the history
  • Loading branch information
iomaganaris committed Nov 7, 2023
1 parent 419650a commit c66a5e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ stages:
- checkout: self
submodules: True
- script: |
brew install flex bison cmake python@3
brew link --overwrite python
brew install flex bison cmake
python3 -m pip install --upgrade pip setuptools
python3 -m pip install --user -r $(Build.Repository.LocalPath)/requirements.txt
displayName: 'Install Dependencies'
Expand Down

0 comments on commit c66a5e4

Please sign in to comment.