We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b3939 commit 77edad8Copy full SHA for 77edad8
.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