Skip to content

Commit

Permalink
use hard path
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Mar 13, 2024
1 parent b191fea commit db96346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:

- name: Install package dependencies 📄
run: |
if (file.exists(${PATH})) {
yaml::yaml.load(readLines(${PATH}))$dependencies |>
if (file.exists(./dependencies.yml)) {
yaml::yaml.load(readLines(./dependencies.yml))$dependencies |>
sapply(function(x) x$repo) |>
pak::pak(dependencies = TRUE, ask = FALSE, upgrade = FALSE)
}
Expand Down

0 comments on commit db96346

Please sign in to comment.