Skip to content

Commit b2a58bd

Browse files
committed
install R for test run
1 parent 8ee435a commit b2a58bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test_package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
uses: actions/setup-python@v3
2323
with:
2424
python-version: ${{ matrix.python-version }}
25+
- name: Set up R
26+
uses: r-lib/actions/setup-r@v2
27+
with:
28+
r-version: '4.3.2'
2529
- name: Install dependencies
2630
run: |
2731
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)