Skip to content

Commit

Permalink
Revert "Removing extra install lines from lintr workflow to see if th…
Browse files Browse the repository at this point in the history
…ey're actually doing anything"

This reverts commit d8459a9.
  • Loading branch information
rmbielby committed Sep 13, 2024
1 parent f89ec50 commit 3342195
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lintr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
with:
use-public-rspm: true

- name: Install odbc dependencies
run: sudo apt-get install unixodbc-dev

- name: Install processx
shell: Rscript {0}
run: |
install.packages("processx")
- name: restore renv
uses: r-lib/actions/setup-renv@v2

Expand Down

0 comments on commit 3342195

Please sign in to comment.