Skip to content

Commit

Permalink
add deps back
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes committed Sep 25, 2024
1 parent a729318 commit f4f7168
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/R-CMD-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ 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}
- name: Install dependencies
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 f4f7168

Please sign in to comment.