Skip to content

Commit

Permalink
Trying to fix processx / callr issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Sep 13, 2024
1 parent 81b1aad commit 612db66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lintr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
- 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 612db66

Please sign in to comment.