Skip to content

Commit 9601544

Browse files
authored
fix: 🐛 use pipeline_dir as output_path to avoid macOS temp dir permission errors (#219)
# Description Hopefully 🤞 Will re-run the macOS build on this branch a couple of times to see if it fixes the issue. Closes #215 Needs a quick/thorough review. ## Checklist - [X] Ran `just run-all`
1 parent e507c2a commit 9601544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/fastreg.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ section:
209209
```{r config}
210210
config <- list(
211211
input_dir = fs::path_temp("sas-dir"),
212-
output_dir = fs::path_temp("parquet-registers")
212+
output_dir = fs::path(pipeline_dir, "parquet-registers")
213213
)
214214
```
215215

0 commit comments

Comments
 (0)