Skip to content

Commit 03f601f

Browse files
committed
Update rev-dep-check.yaml
1 parent 7e36482 commit 03f601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rev-dep-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
g <- checked::plan_rev_dep_checks(
4141
path = ".",
42-
repos = "https://packagemanager.posit.co/cran/latest"
42+
repos = c('https://ddsjoberg.r-universe.dev', 'https://cloud.r-project.org')
4343
)
4444
vs <- igraph::V(g)
4545
mt <- vs[checked:::is_meta(vs$task)]

0 commit comments

Comments
 (0)