Skip to content

Commit b3e2f13

Browse files
committed
Correct refs
1 parent a5305c5 commit b3e2f13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-rstan.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@ jobs:
8383

8484
- name: Check rstan stanc works with complex packages
8585
run: |
86-
pak::pak(c("ctsem", "rstanarm"), type = "source")
86+
pak::pak(c("cran::ctsem", "cran::rstanarm"))
87+
pak::pak(c("cran::ctsem?source", "cran::rstanarm?source"))
8788
shell: Rscript {0}

0 commit comments

Comments
 (0)