From 423e7b05a92990c00bd725e4164f3bf8fcda36f3 Mon Sep 17 00:00:00 2001 From: Raluca Chis Date: Mon, 20 Jun 2022 13:45:48 +0300 Subject: [PATCH] CI:update macOS builds -remove cmake because is already installed on Azure VMs Signed-off-by: Raluca Chis --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ca7ba97e5..0a5285aeb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -190,7 +190,7 @@ stages: fetchDepth: 1 clean: true - script: | - brew install cmake doxygen libusb libxml2 ncurses cdk libserialport + brew install doxygen libusb libxml2 ncurses cdk libserialport pip3 install sphinx sphinx-rtd-theme displayName: 'Dependencies' - script: |