Skip to content

Commit

Permalink
ci: do not specify R version for auto-format
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Dec 28, 2024
1 parent d76e989 commit 7765d56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/auto-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
ref: ${{ github.ref_name }}
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2

- name: render README.Rmd
Expand Down

0 comments on commit 7765d56

Please sign in to comment.