Skip to content

Commit

Permalink
Update test_r.yaml
Browse files Browse the repository at this point in the history
Try without renv, fixed typo.
  • Loading branch information
jbousquin authored Jul 2, 2024
1 parent c72f069 commit 15cd379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
r-version: 'release'

- uses: r-lib/actions/setup-renv@v2
#- uses: r-lib/actions/setup-renv@v2

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -62,7 +62,7 @@ jobs:
- name: Run pip env using R reticulate
run: |
install.packages(c("knitr", "rmarkdown", "reticulate"))'
install.packages(c("knitr", "rmarkdown", "reticulate"))
reticulate::import("harmonize_wq")
shell: Rscript {0}

Expand Down

0 comments on commit 15cd379

Please sign in to comment.