Skip to content

Commit 78d9d8e

Browse files
committed
install R
1 parent a34fe26 commit 78d9d8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/setup-python@v3
1818
with:
1919
python-version: "3.10"
20+
- name: Set up R
21+
uses: r-lib/actions/setup-r@v2
2022
- name: Install package and testing tools
2123
run: |
2224
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)