From 5f20fe97878f477823e3385ce07411c423df223a Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 23 Apr 2022 16:34:46 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b22970dde..48baf6b61 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -142,6 +142,11 @@ jobs: vmImage: 'macOS-10.15' steps: - script: | + brew update + brew install docker + brew install docker-machine + brew install --cask virtualbox + docker-machine create --driver virtualbox default echo "FROM python:2.7.16 COPY . /tmp/openblas RUN apt-get update \