Skip to content

Commit b93150e

Browse files
committed
ci: try R install again
1 parent 181a6cf commit b93150e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,18 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v2
8080

81+
- name: Install libcurl on Linux
82+
run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev
83+
8184
# r ---
8285

8386
- uses: r-lib/actions/setup-r@v2
8487
with:
8588
r-version: '3.5.3'
86-
- uses: r-lib/actions/setup-r-dependencies@v2
87-
with:
88-
extra-packages: |
89-
any::pins
9089

91-
#- name: Install R dependencies
92-
# run: "install.packages('pins')"
93-
# shell: Rscript {0}
90+
- name: Install R dependencies
91+
run: "install.packages('pins')"
92+
shell: Rscript {0}
9493

9594
# python ---
9695

0 commit comments

Comments
 (0)