Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 11, 2024
1 parent 7910e62 commit dba1b45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check_chapters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- uses: r-lib/actions/setup-r@v2

- name: Install dependencies
run: |
remotes::install_cran("testthat")
remotes::install_cran("readr")
shell: Rscript {0}
run: |
remotes::install_cran("testthat")
remotes::install_cran("readr")
shell: Rscript {0}

- name: Clone the code of all chapters
run: ./scripts/clone_all_chapters.sh
Expand Down

0 comments on commit dba1b45

Please sign in to comment.