Skip to content

Commit

Permalink
Fix quarto V8 options
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Sep 21, 2024
1 parent 4fcfb12 commit 4dced5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test = [
"pytest",
"coverage",
"freezegun",
"quarto",
"quarto>=1.5.57",
]

[tool.coverage.run]
Expand Down
2 changes: 1 addition & 1 deletion src/dso/exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _render_quarto(quarto_dir: Path, report_dir: Path, before_script: str, cwd:
set -euo pipefail
# this flags enables building larger reports with embedded resources
export QUARTO_DENO_EXTRA_OPTIONS=--v8-flags=--max-old-space-size=8192
export QUARTO_DENO_V8_OPTIONS=--v8-flags=--max-old-space-size=8192
{before_script}
Expand Down

0 comments on commit 4dced5b

Please sign in to comment.