Skip to content

Commit 6de1a8a

Browse files
authored
Update build.yml
1 parent a886f5a commit 6de1a8a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ jobs:
5252
with:
5353
cache-version: 2 # Mettez à jour le numéro de version du cache pour éviter les conflits
5454

55-
- name: Restore R Packages with renv
56-
run: |
57-
Rscript -e 'if (!requireNamespace("renv", quietly = TRUE)) install.packages("renv")'
58-
Rscript -e 'renv::restore(clean = TRUE)'
59-
6055
- name: Render and Publish
6156
uses: quarto-dev/quarto-actions/publish@v2
6257
with:

0 commit comments

Comments
 (0)