Skip to content

Commit

Permalink
removed unnecessary step in coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Jan 21, 2025
1 parent 1c679fb commit b150654
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:

- uses: r-lib/actions/setup-r@v2

- name: Java setup
uses: actions/setup-java@v1
with:
java-version: '11'
java-package: jdk

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr, any::xml2
Expand Down

0 comments on commit b150654

Please sign in to comment.