Skip to content

Commit

Permalink
Update check-srdb.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbond committed Sep 27, 2024
1 parent 63f9d52 commit a97fd2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-srdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v2
- name: Install any needed packages
run: |
install.packages(c("ncdf4"))
Expand Down

0 comments on commit a97fd2c

Please sign in to comment.