Skip to content

Commit

Permalink
GHA: install devel reproducible sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Jun 6, 2024
1 parent b462c8e commit 240158f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
with:
extra-packages: |
any::rcmdcheck
PredictiveEcology/reproducible@development
fastshp=?ignore
NLMR=?ignore
needs: check

- name: Install additional package dependencies
run: |
pak::pkg_install("PredictiveEcology/reproducible@development")
pak::pkg_install("ropensci/NLMR")
pak::pkg_install("s-u/fastshp")
shell: Rscript {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
extra-packages: |
any::pkgdown
local::.
PredictiveEcology/reproducible@development
fastshp=?ignore
NLMR=?ignore
needs: website

- name: Install additional package dependencies
run: |
pak::pkg_install("PredictiveEcology/reproducible@development")
pak::pkg_install("ropensci/NLMR")
pak::pkg_install("s-u/fastshp")
shell: Rscript {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
with:
extra-packages: |
any::covr
PredictiveEcology/reproducible@development
fastshp=?ignore
NLMR=?ignore
- name: Install additional package dependencies
run: |
pak::pkg_install("PredictiveEcology/reproducible@development")
pak::pkg_install("ropensci/NLMR")
pak::pkg_install("s-u/fastshp")
shell: Rscript {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
extra-packages: |
any::cffr
any::V8
PredictiveEcology/reproducible@development
fastshp=?ignore
NLMR=?ignore
- name: Install additional package dependencies
run: |
pak::pkg_install("PredictiveEcology/reproducible@development")
pak::pkg_install("ropensci/NLMR")
pak::pkg_install("s-u/fastshp")
shell: Rscript {0}
Expand Down

0 comments on commit 240158f

Please sign in to comment.