Skip to content

Commit

Permalink
wip: remove r-dep check again, requires R package to be setup
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Sep 16, 2023
1 parent 57faf7e commit a9660b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,3 @@ runs:
update-rtools: true
r-version: ${{ inputs.r-version }}

- name: Dependencies for R
uses: r-lib/actions/setup-r-dependencies@v2
if: ${{ inputs.r-version != '' }}
with:
cache-version: 2

0 comments on commit a9660b5

Please sign in to comment.