Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx committed Mar 25, 2024
1 parent f3f075a commit 5bae103
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
r-version: release
use-public-rspm: true

- name: Install dependencies
run: |
Rscript -e "if (!require(devtools)) install.packages('devtools', repos = 'https://cran.rstudio.com')"
Rscript -e "devtools::install_dev_deps('.')"
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check

- name: Run tests
run: |
Expand Down

0 comments on commit 5bae103

Please sign in to comment.