Skip to content

Commit 7a4a1fa

Browse files
committed
restore
1 parent 535f794 commit 7a4a1fa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/prod.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ jobs:
2323
run: |
2424
sudo ./docker/dependencies.sh
2525
Rscript -e "install.packages('yaml')"
26-
27-
- name: Install R Dependencies
28-
uses: r-lib/actions/setup-renv@v2
29-
with:
30-
cache-version: 1
26+
Rscript -e 'renv::restore()'
3127
3228
- name: Set up Quarto environment
3329
uses: quarto-dev/quarto-actions/setup@v2

0 commit comments

Comments
 (0)