We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee435a commit b2a58bdCopy full SHA for b2a58bd
1 file changed
.github/workflows/test_package.yml
@@ -22,6 +22,10 @@ jobs:
22
uses: actions/setup-python@v3
23
with:
24
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'
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
0 commit comments