diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 158b82ae39..92a9656c7c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'