Skip to content

Commit

Permalink
install R on azure
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Oct 12, 2024
1 parent 0fab9ea commit f0234e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0234e6

Please sign in to comment.