Skip to content

Commit

Permalink
fix(code-coverage): Manually add odbc to extra-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Feb 14, 2024
1 parent 97dd4a7 commit ae9acba
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
extra-packages: any::covr, any::odbc
needs: coverage

- name: Test coverage
Expand Down

0 comments on commit ae9acba

Please sign in to comment.