diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 984c569..b28bf55 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -58,7 +58,10 @@ stages: inputs: {artifactName: 'drop', downloadPath: '.'} - bash: cp drop/release/* . displayName: Copy package - - bash: bash dependencies.sh + - bash: | + set -ex + brew install r + bash dependencies.sh displayName: Install Rcpp and testthat - bash: bash install.sh displayName: Install package