Skip to content

Commit e51c68b

Browse files
committed
use CRAN reticulate in CI
1 parent 4800bbb commit e51c68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292

9393
- uses: r-lib/actions/setup-r-dependencies@v2
9494
with:
95-
extra-packages: any::rcmdcheck local::. rstudio/reticulate
95+
extra-packages: any::rcmdcheck local::.
96+
# rstudio/reticulate
9697
cache-version: 5
9798
upgrade: 'TRUE'
9899

@@ -108,4 +109,3 @@ jobs:
108109
- uses: r-lib/actions/check-r-package@v2
109110
with:
110111
upload-snapshots: true
111-

0 commit comments

Comments
 (0)