Update azure-pipelines.yml
This commit is contained in:
parent
aef5da6582
commit
5f20fe9787
|
@ -142,6 +142,11 @@ jobs:
|
||||||
vmImage: 'macOS-10.15'
|
vmImage: 'macOS-10.15'
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- 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
|
echo "FROM python:2.7.16
|
||||||
COPY . /tmp/openblas
|
COPY . /tmp/openblas
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|
Loading…
Reference in New Issue