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 a22e9c7 commit 213fcdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest-large, 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: ''}
Expand Down Expand Up @@ -68,8 +68,6 @@ jobs:
sudo apt-get install libglpk-dev libglpk40 jags libv8-dev libnode-dev libcurl4-openssl-dev
- uses: r-lib/actions/setup-r-dependencies@v2
env:
JAGS_PREFIX: '/opt/local'
with:
extra-packages: any::rcmdcheck
needs: check
Expand Down

0 comments on commit 213fcdf

Please sign in to comment.