Skip to content

Commit

Permalink
Added R installation to build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed May 16, 2024
1 parent 478911e commit 0bc8911
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2
with:
r-version: release
- name: Build
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 0bc8911

Please sign in to comment.