From c5dbe10d06ba7290b91aa3b6b5839076d6bc7749 Mon Sep 17 00:00:00 2001 From: Juliette Engelaere-Lefebvre Date: Fri, 17 Nov 2023 16:44:09 +0100 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/R-CMD-check.yaml | 2 +- .github/workflows/pkgdown.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 6b6b68d..316af52 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v2 - name: Install dependencies - run: remotes::install_deps(dependencies = TRUE, type = "mac.binary") + run: remotes::install_deps(dependencies = TRUE) shell: Rscript {0} - name: Install gouvdown fonts to mac os diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 7643569..0d2fcdb 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -37,7 +37,7 @@ jobs: - name: Install dependencies run: | - remotes::install_deps(dependencies = TRUE, type = "mac.binary") + remotes::install_deps(dependencies = TRUE) remotes::install_dev("pkgdown") shell: Rscript {0}