Skip to content

Commit

Permalink
try to update GH actions YAML for glmmADMB install
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolker committed Apr 9, 2024
1 parent 8545373 commit e203927
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -36,19 +36,21 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3


- uses: actions/checkout@v4
- uses: actions/setup-r
with:
extra-repositories: http://bbolker.github.io/drat
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check
upgrade: 'TRUE'

- uses: r-lib/actions/setup-r@v2
with:
# not sure why this isn't picked up from DESCRIPTION?
extra-repositories: http://bbolker.github.io/drat
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
Expand Down

0 comments on commit e203927

Please sign in to comment.