From e649db4b84af3241017585c75d8c7ea567c3fc7e Mon Sep 17 00:00:00 2001 From: lgaliana Date: Thu, 17 Oct 2024 15:46:51 +0000 Subject: [PATCH] add yaml to test --- .github/workflows/bookdown-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bookdown-test.yaml b/.github/workflows/bookdown-test.yaml index 59457b48..bb5a075f 100644 --- a/.github/workflows/bookdown-test.yaml +++ b/.github/workflows/bookdown-test.yaml @@ -25,6 +25,7 @@ jobs: if: ${{ github.repository == 'inseefrlab/utilitr' }} run: | Rscript -e "renv::restore()" + Rscript -e "install.packages('yaml')" env: GITHUB_PAT: ${{ secrets.PAT }} - name: Render Book