Skip to content

Commit

Permalink
needs another space
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes committed Sep 25, 2024
1 parent f4f7168 commit 9d59f7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/R-CMD-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2

- name: Install dependencies
run: |
remotes::install_cran("rcmdcheck")
install.packages('svn', repos = 'https://ctu-bern.r-universe.dev')
install.packages('testthat')
shell: Rscript {0}
run: |
remotes::install_cran("rcmdcheck")
install.packages('svn', repos = 'https://ctu-bern.r-universe.dev')
install.packages('testthat')
shell: Rscript {0}

- name: Session info
run: |
Expand Down

0 comments on commit 9d59f7b

Please sign in to comment.