Skip to content

Commit 04a79af

Browse files
committed
update yaml again for alternative remotes install
1 parent 5a618b0 commit 04a79af

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ jobs:
4444

4545
- uses: r-lib/actions/setup-r-dependencies@v2
4646
with:
47-
extra-packages: any::rcmdcheck
47+
extra-packages: |
48+
any::pkgdown
49+
local::.
50+
github::ropensci/rnoaa
4851
needs: check
49-
dependencies: true
5052

5153
- uses: r-lib/actions/check-r-package@v2
5254
with:

.github/workflows/pkgdown.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030

3131
- uses: r-lib/actions/setup-r-dependencies@v2
3232
with:
33-
extra-packages: any::pkgdown, local::.
33+
extra-packages: |
34+
any::pkgdown
35+
local::.
36+
github::ropensci/rnoaa
3437
needs: website
35-
dependencies: true
3638

3739
- name: Build site
3840
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)

.github/workflows/test-coverage.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ jobs:
2626

2727
- uses: r-lib/actions/setup-r-dependencies@v2
2828
with:
29-
extra-packages: any::covr, any::xml2
29+
extra-packages: |
30+
any::pkgdown
31+
local::.
32+
github::ropensci/rnoaa
3033
needs: coverage
31-
dependencies: true
3234

3335
- name: Test coverage
3436
run: |

0 commit comments

Comments
 (0)