Skip to content

Commit 08fcf87

Browse files
committed
ci: try using setup-r-dependencies
1 parent 5cc2c97 commit 08fcf87

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,13 @@ jobs:
8383
- uses: r-lib/actions/setup-r@v2
8484
with:
8585
r-version: '3.5.3'
86-
- name: Install R dependencies
87-
run: "install.packages('pins')"
88-
shell: Rscript {0}
86+
- uses: r-lib/actions/setup-r-dependencies@v2
87+
extra-packages: |
88+
any::pins
89+
90+
#- name: Install R dependencies
91+
# run: "install.packages('pins')"
92+
# shell: Rscript {0}
8993

9094
# python ---
9195

0 commit comments

Comments
 (0)