Skip to content

Commit

Permalink
Revert "fix(code-coverage): Manually add odbc to extra-packages"
Browse files Browse the repository at this point in the history
This reverts commit ae9acba.
  • Loading branch information
RasmusSkytte committed Feb 15, 2024
1 parent ae9acba commit 9e70dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: ${{ inputs.cache_version }}
extra-packages: any::covr, any::odbc
extra-packages: any::covr
needs: coverage

- name: Test coverage
Expand Down

0 comments on commit 9e70dec

Please sign in to comment.