Skip to content

Commit b051a2a

Browse files
committed
ci: update pak installation command to suppress prompts
1 parent 0c069fe commit b051a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Install R package dependencies
7474
run: |
75-
pak::pkg_install(".", dependencies = TRUE)
75+
pak::pkg_install(".", dependencies = TRUE, ask = FALSE)
7676
7777
- uses: r-lib/actions/check-r-package@v2
7878
env:

0 commit comments

Comments
 (0)