Skip to content

Commit

Permalink
Re-hardcode R version
Browse files Browse the repository at this point in the history
  • Loading branch information
jthompson-arcus committed Nov 21, 2024
1 parent b626a3f commit 36ea9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
r-version: 'renv'
r-version: '4.4.1'
use-public-rspm: false

- uses: r-lib/actions/setup-tinytex@v2
Expand All @@ -32,7 +32,6 @@ jobs:
- uses: r-lib/actions/setup-renv@v2
with:
profile: '"full"'
working-directory: './renv/profiles/full'

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: false
r-version: 'renv'
r-version: '4.4.1'

- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version
Expand All @@ -37,7 +37,6 @@ jobs:
- uses: r-lib/actions/setup-renv@v2
with:
profile: '"full"'
working-directory: './renv/profiles/full'

- name: Test coverage
run: |
Expand Down

0 comments on commit 36ea9c1

Please sign in to comment.