Skip to content

Commit

Permalink
try to fix the Matrix binary incompatability issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Jan 2, 2024
1 parent 68c3df2 commit 46d763f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
any::rcmdcheck
extra-packages: any::rcmdcheck, Matrix
pak-version: devel
needs: check

- uses: r-lib/actions/check-r-package@v2
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
extra-packages: |
any::pkgdown
local::.
Matrix
pak-version: devel
needs: website

- name: Build site
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/readme-renderer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ 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: 2 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:

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

- name: Test coverage
Expand Down

0 comments on commit 46d763f

Please sign in to comment.