Skip to content

Commit 51cea84

Browse files
committed
fix: correct the R installation action usage
1 parent 4314ef0 commit 51cea84

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy-book-python-and-r.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
with:
4343
cache: true
4444
cache-version: 2
45-
extra-packages: |
46-
tidyverse
47-
IRkernel
45+
packages: |
46+
any::tidyverse
47+
any::IRkernel
4848
4949
- name: Set up IRkernel
5050
run: |

.github/workflows/deploy-book-python-sparql-r.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
with:
4343
cache: true
4444
cache-version: 2
45-
extra-packages: |
46-
tidyverse
47-
IRkernel
45+
packages: |
46+
any::tidyverse
47+
any::IRkernel
4848
4949
- name: Set up IRkernel
5050
run: |

0 commit comments

Comments
 (0)