Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
omit use of renv
  • Loading branch information
NightlordTW authored Nov 20, 2023
1 parent db40b8c commit 8c64d5a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.3' # Update to most recent version of R

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1

- name: Install R packages
uses: r-lib/actions/setup-r-dependencies@v2
Expand Down

0 comments on commit 8c64d5a

Please sign in to comment.