Skip to content

Commit

Permalink
no tabs in yml?
Browse files Browse the repository at this point in the history
  • Loading branch information
avehtari committed Nov 11, 2024
1 parent 2a1bba4 commit 04fabbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,14 @@ jobs:
- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.4.1'
r-version: '4.4.1'
use-public-rspm: true
extra-repositories: 'https://avehtari.r-universe.dev https://stan-dev.r-universe.dev'

- name: Install R dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: "always"
dependencies: '"hard"'
packages:
any::dplyr
any::tidyr
Expand Down

0 comments on commit 04fabbc

Please sign in to comment.