Skip to content

Commit

Permalink
update check-standard.yml: add 'remove renv' step
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgpanw committed Jun 29, 2023
1 parent 800a625 commit 146e0b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Remove renv
run: |
rm renv.lock
rm -r renv
rm .Rprofile
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit 146e0b6

Please sign in to comment.