We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18b3939 + 77edad8 commit 86300a4Copy full SHA for 86300a4
.github/workflows/languages.yaml
@@ -65,6 +65,8 @@ jobs:
65
if: matrix.os == 'windows-latest' && matrix.language == 'perl'
66
- uses: haskell/actions/setup@v2
67
if: matrix.language == 'haskell'
68
+ - uses: r-lib/actions/setup-r@v2
69
+ if: matrix.os == 'ubuntu-latest' && matrix.language == 'r'
70
71
- name: install deps
72
run: python -mpip install -e . -r requirements-dev.txt
0 commit comments