Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
always install cchecks [docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed May 20, 2020
1 parent cb3e943 commit 989b7fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ jobs:
path: ${{ env.R_LIBS_USER }}
key: macOS-r-4.0-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: macOS-r-4.0-1-


- name: Install cchecks
run: |
install.packages("remotes")
remotes::install_github("ropenscilabs/cchecks", upgrade = "never")
shell: Rscript {0}

- name: Render Rmd
run: Rscript -e 'source("make.R")'
env: # Set the secret as an input
Expand Down

0 comments on commit 989b7fd

Please sign in to comment.