Skip to content

Commit

Permalink
don't use the dev versio of pak
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Mar 23, 2024
1 parent 7396c85 commit b49aa82
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 @@ -51,7 +51,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, Matrix
pak-version: devel
#pak-version: devel
needs: check

- uses: r-lib/actions/check-r-package@v2
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::., Matrix
pak-version: devel
#pak-version: devel
needs: website

- name: Build site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readme-renderer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mgcv
remotes
Matrix
pak-version: devel
#pak-version: devel

- name: install gratia
run: Rscript -e 'remotes::install_github("gavinsimpson/gratia", upgrade_dependencies = FALSE)'
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 @@ -24,7 +24,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr, Matrix
pak-version: devel
#pak-version: devel
needs: coverage

- name: Test coverage
Expand Down

0 comments on commit b49aa82

Please sign in to comment.