Skip to content

Commit

Permalink
Revert R version for coverage runner
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Apr 25, 2024
1 parent f938c2c commit d85a998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
r-version: '4.3.3'

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
any::covr
r-lib/webfakes
needs: coverage

- name: Test coverage
Expand Down

0 comments on commit d85a998

Please sign in to comment.