Skip to content

Commit

Permalink
Added speedglm to GitHub action dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
leifeld committed Oct 5, 2023
1 parent 093912d commit abd114c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, speedglm=?ignore
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
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 @@ -23,7 +23,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr, speedglm=?ignore
extra-packages: any::covr
needs: coverage

- name: Test coverage
Expand Down

0 comments on commit abd114c

Please sign in to comment.