Skip to content

Commit

Permalink
mise à jour CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelaere committed Nov 17, 2023
1 parent caa5ba4 commit c5dbe10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit c5dbe10

Please sign in to comment.