Skip to content

Commit

Permalink
installing dependencies for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jul 3, 2024
1 parent e87a154 commit a1da57d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/onlabel_OS_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
# - {os: ubuntu-latest, r: 'oldrel-4'}

steps:
- name: install dependencies macos
if: ${{ matrix.config.os == 'macos-latest' }}
run: |
brew install gsl
brew install jags
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2
Expand All @@ -54,6 +60,10 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

# - name: install JAGS
# run: |
# install.packages("INLA", repos = c(getOption("repos"), INLA = "https://inla.r-inla-download.org/R/stable"), dep = TRUE)

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit a1da57d

Please sign in to comment.