There was an error while loading. Please reload this page.
1 parent b64b1e5 commit 978292bCopy full SHA for 978292b
1 file changed
tests/testthat/test-install.R
@@ -1,5 +1,8 @@
1
context("install")
2
3
+# avoid parallel on Mac due to strange intermittent TBB errors on Github Actions
4
+CORES <- if (os_is_macos()) 1 else 2
5
+
6
cmdstan_test_tarball_url <- Sys.getenv("CMDSTAN_TEST_TARBALL_URL")
7
if (!nzchar(cmdstan_test_tarball_url)) {
8
cmdstan_test_tarball_url <- NULL
0 commit comments