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 a34fe26 commit 78d9d8eCopy full SHA for 78d9d8e
.github/workflows/main.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: actions/setup-python@v3
18
with:
19
python-version: "3.10"
20
+ - name: Set up R
21
+ uses: r-lib/actions/setup-r@v2
22
- name: Install package and testing tools
23
run: |
24
python -m pip install --upgrade pip
0 commit comments