Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 18b3939 commit 77edad8Copy full SHA for 77edad8
1 file changed
.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