Skip to content

Commit

Permalink
Add renv
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpiatek committed Dec 23, 2024
1 parent 4fd4ea3 commit fd3fb00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/knit-rmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
- name: Set up R
uses: r-lib/actions/setup-r@v2

- name: Install dependencies
run: |
Rscript -e 'install.packages(c("rmarkdown", "knitr")); remotes::install_github("SAFEHR-data/omopcept")'
- name: Setup Renv
uses: r-lib/actions/setup-renv@v2

- name: Find and knit Rmd files
run: |
Expand Down

0 comments on commit fd3fb00

Please sign in to comment.