Skip to content

Commit cd50e93

Browse files
committed
Test pak deps
1 parent b9d8d77 commit cd50e93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
matrix:
2020
config:
2121

22-
- {os: windows-11-arm }
22+
- {os: windows-11-arm , pak: none}
23+
- {os: macos-latest}
2324

2425
env:
2526
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -76,6 +77,7 @@ jobs:
7677
with:
7778
extra-packages: any::rcmdcheck
7879
needs: check
80+
pak-version: ${{ matrix.config.pak ?? 'stable' }}
7981

8082
- uses: r-lib/actions/check-r-package@v2
8183
with:

0 commit comments

Comments
 (0)