Skip to content

Commit

Permalink
Merge pull request #3376 from pre-commit/r-gone
Browse files Browse the repository at this point in the history
install r on ubuntu runners
  • Loading branch information
asottile authored Dec 28, 2024
2 parents 18b3939 + 77edad8 commit 86300a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
if: matrix.os == 'windows-latest' && matrix.language == 'perl'
- uses: haskell/actions/setup@v2
if: matrix.language == 'haskell'
- uses: r-lib/actions/setup-r@v2
if: matrix.os == 'ubuntu-latest' && matrix.language == 'r'

- name: install deps
run: python -mpip install -e . -r requirements-dev.txt
Expand Down

0 comments on commit 86300a4

Please sign in to comment.