Skip to content

Commit 5609b59

Browse files
committed
Test pak deps
1 parent cd50e93 commit 5609b59

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

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

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

2524
env:
2625
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -77,7 +76,7 @@ jobs:
7776
with:
7877
extra-packages: any::rcmdcheck
7978
needs: check
80-
pak-version: ${{ matrix.config.pak ?? 'stable' }}
79+
pak-version: ${{ matrix.config.os == 'windows-11-arm' && 'none' || 'stable' }}
8180

8281
- uses: r-lib/actions/check-r-package@v2
8382
with:

0 commit comments

Comments
 (0)