Skip to content

Commit

Permalink
add missing coma
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Sep 13, 2023
1 parent e0cdd18 commit 3a82506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
pak::pkg_deps("deps::.", dependencies = c("Config/Needs/check", "all")),
pak::pkg_deps("any::sessioninfo", dependencies = c("Config/Needs/check", "all")),
pak::pkg_deps("any::rcmdcheck", dependencies = c("Config/Needs/check", "all")),
pak::pkg_deps("any::remotes", dependencies = TRUE)
pak::pkg_deps("any::remotes", dependencies = TRUE),
pak::pkg_deps("any::progress", dependencies = TRUE)
)[, c("ref", "version")]
depends <- depends[depends$ref != "deps::.", ]
Expand Down

0 comments on commit 3a82506

Please sign in to comment.