Skip to content

Commit

Permalink
back to default install_path
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-baumann committed Feb 2, 2024
1 parent 9bda59a commit ac8e058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-r-via-system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: Rscript -e 'devtools::test()'

- name: covr::codecov() via system R
run: RScript -e 'Sys.setenv("LD_LIBRARY_PATH"=""), covr::codecov(quiet = FALSE, clean = FALSE)
run: RScript -e 'Sys.setenv("LD_LIBRARY_PATH"=""), covr::codecov(quiet = FALSE, clean = FALSE, install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package"))

shell: Rscript {0}

Expand Down

0 comments on commit ac8e058

Please sign in to comment.