Skip to content

Commit

Permalink
GHA: fix covr - take 1
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jul 20, 2024
1 parent e500ed8 commit fc39799
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/covr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,10 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
any::rcmdcheck
any::remotes
any::sessioninfo
any::covr
needs: check

- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
install.packages(".", repos=NULL, type="source")
shell: Rscript {0}

- name: Session info
run: |
options(width = 100)
Expand Down

0 comments on commit fc39799

Please sign in to comment.