Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
using different version
  • Loading branch information
amandazimmey authored Jan 1, 2025
1 parent 0c0fa34 commit 463df13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up R (latest version)
uses: r-lib/actions/setup-r@v2
with:
r-version: 'latest'
r-version: ${{ matrix.config.r }}

# Install system dependencies required for R packages
- name: Install system dependencies (Linux)
Expand All @@ -56,7 +56,6 @@ jobs:
run: |
brew update
brew upgrade
brew install pkgconf
brew install pandoc
- name: Install Pandoc for Windows
Expand Down

0 comments on commit 463df13

Please sign in to comment.