Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 092e9a5

Browse files
authored
Merge pull request #2662 from pre-commit/r-default-gha
r is installed by default on GHA
2 parents 2140788 + cddaa0d commit 092e9a5

3 files changed

Lines changed: 1 addition & 18 deletions

File tree

.github/actions/pre-test/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ runs:
2020
echo 'C:\Strawberry\c\bin' >> "$GITHUB_PATH"
2121
2222
testing/get-dart.sh
23-
pwsh testing/get-r.ps1
2423
- name: setup (linux)
2524
shell: bash
2625
if: runner.os == 'Linux'
@@ -31,8 +30,7 @@ runs:
3130
sudo apt-get install -y --no-install-recommends \
3231
lua5.3 \
3332
liblua5.3-dev \
34-
luarocks \
35-
r-base
33+
luarocks
3634
3735
testing/get-coursier.sh
3836
testing/get-dart.sh

testing/get-r.ps1

Lines changed: 0 additions & 6 deletions
This file was deleted.

testing/get-r.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)