Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pharmaverse-bot committed Jan 15, 2024
1 parent 343ec82 commit 00301e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
# save deps as csv file
write.csv(installed_packages, "/workspace/tmp/deps-${{ matrix.r_version }}.csv", row.names = FALSE)
# create also renv.lock file
setwd("tmp")
setwd("/workspace/tmp")
installed_packages <- as.data.frame(installed.packages())
installed_packages <- installed_packages %>% filter(LibPath != "/usr/local/lib/R/library")
Expand Down

0 comments on commit 00301e6

Please sign in to comment.