Skip to content

Commit

Permalink
don't think we need Matrix now as they've fixed the issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Mar 23, 2024
1 parent 8dc1db8 commit 76bfe07
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, Matrix
#pak-version: devel
extra-packages: any::rcmdcheck
needs: check

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

- name: Build site
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/readme-renderer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
rmarkdown
mgcv
remotes
Matrix
#pak-version: devel
- name: install gratia
run: Rscript -e 'remotes::install_github("gavinsimpson/gratia", upgrade_dependencies = FALSE)'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr, Matrix
#pak-version: devel
extra-packages: any::covr
needs: coverage

- name: Test coverage
Expand Down

0 comments on commit 76bfe07

Please sign in to comment.