Skip to content

Commit

Permalink
Use roxygen2==7.2.3 in codecov step
Browse files Browse the repository at this point in the history
  • Loading branch information
GegznaV committed Mar 7, 2024
1 parent d1f8ded commit 3bc4b0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
extra-packages: any::covr, any::devtools, any::roxygen2
needs: coverage

- name: "Install roxygen2==7.2.3"
run: |
remotes::install_version("roxygen2", "7.2.3")
shell: Rscript {0}

- name: Roxygenize
shell: Rscript {0}
run: |
Expand Down

0 comments on commit 3bc4b0f

Please sign in to comment.