Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenkewu committed May 5, 2024
1 parent 841552c commit ab64a48
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release'}
#- {os: macOS-13, r: 'release'}
#- {os: windows-latest, r: 'release', rtools: '42'}
#- {os: macOS-latest, r: 'release'}
- {os: macOS-13, r: 'release'}
- {os: windows-latest, r: 'release', rtools: '42'}
## - {os: ubuntu-latest, r: 'devel', rtools: '' , http-user-agent: 'release'}
#- {os: ubuntu-latest, r: 'release', rtools: ''}
- {os: ubuntu-latest, r: 'release', rtools: ''}
## - {os: ubuntu-latest, r: 'oldrel-1', rtools: ''}

env:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install Mac system dependencies
if: runner.os == 'macOS'
run: |
brew install pkg-config jags
brew install jags
- name: Install Linux system dependencies
if: runner.os == 'Linux'
Expand All @@ -73,7 +73,5 @@ jobs:
needs: check

- uses: r-lib/actions/check-r-package@v2
env:
JAGS_PREFIX: '/opt/homebrew'
with:
upload-snapshots: true

0 comments on commit ab64a48

Please sign in to comment.