Skip to content

Commit

Permalink
switch pkg install to other step as too slow
Browse files Browse the repository at this point in the history
  • Loading branch information
aylapear committed Oct 30, 2023
1 parent f81d975 commit b3cecbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: |
any::devtools
needs: check

- name: Run tests
run: |
install.packages("devtools")
devtools::test()
shell: Rscript {0}

Expand Down

0 comments on commit b3cecbd

Please sign in to comment.