Skip to content

Commit 7eb944e

Browse files
committed
Test multiverse
1 parent 98c6d3b commit 7eb944e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/R-CMD-check.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
matrix:
1818
config:
1919
- {os: macOS-latest, r: 'release'}
20-
- {os: windows-2022, r: 'devel'}
21-
- {os: windows-latest, r: '4.1'}
22-
- {os: windows-latest, r: '3.6'}
2320
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2421
- {os: ubuntu-latest, r: 'release'}
2522
- {os: ubuntu-latest, r: 'oldrel-1'}
@@ -40,7 +37,7 @@ jobs:
4037
with:
4138
r-version: ${{ matrix.config.r }}
4239
http-user-agent: ${{ matrix.config.http-user-agent }}
43-
use-public-rspm: true
40+
extra-repositories: "https://community.r-multiverse.org"
4441

4542
- uses: r-lib/actions/setup-r-dependencies@v2
4643
with:

0 commit comments

Comments
 (0)