Skip to content

Commit

Permalink
Test multiverse
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jun 24, 2024
1 parent 98c6d3b commit 7eb944e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: windows-2022, r: 'devel'}
- {os: windows-latest, r: '4.1'}
- {os: windows-latest, r: '3.6'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
Expand All @@ -40,7 +37,7 @@ jobs:
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
extra-repositories: "https://community.r-multiverse.org"

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 7eb944e

Please sign in to comment.