Skip to content

Commit

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

- name: Install package dependencies 📄
run: |
if (file.exists(./dependencies.yml)) {
yaml::yaml.load(readLines(./dependencies.yml))$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)
}
shell: Rscript {0}
working-directory: ${{ github.event.repository.name }}
env:
PATH: ./dependencies.yml
PATH: "./dependencies.yml"

0 comments on commit 51374e8

Please sign in to comment.