Skip to content

Commit a594af7

Browse files
committed
combining
1 parent 0a91ab9 commit a594af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reverse-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Check reverse dependencies (batch ${{ matrix.batch }})
4949
run: |
5050
revdeps <- tools::package_dependencies("rstantools", reverse = TRUE, which = "all")$rstantools
51-
revdeps <- split(revdeps, cut(seq_along(revdeps), 15, labels = FALSE))
51+
revdeps <- split(revdeps, cut(seq_along(revdeps), 25, labels = FALSE))
5252
curr_revdeps <- revdeps[[${{ matrix.batch }}]]
5353
available_source_packages <- available.packages(type = "source")
5454

0 commit comments

Comments
 (0)