Skip to content

Commit 77edad8

Browse files
committed
install r on ubuntu runners
this was removed in ubuntu-24.04 github actions runner
1 parent 18b3939 commit 77edad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/languages.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
if: matrix.os == 'windows-latest' && matrix.language == 'perl'
6666
- uses: haskell/actions/setup@v2
6767
if: matrix.language == 'haskell'
68+
- uses: r-lib/actions/setup-r@v2
69+
if: matrix.os == 'ubuntu-latest' && matrix.language == 'r'
6870

6971
- name: install deps
7072
run: python -mpip install -e . -r requirements-dev.txt

0 commit comments

Comments
 (0)