Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 77edad8

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎.github/workflows/languages.yaml

Copy file name to clipboardExpand all lines: .github/workflows/languages.yaml
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.