Skip to content

Commit

Permalink
Merge branch 'main' into add-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
grst authored Sep 21, 2024
2 parents 1dd73a2 + 6b086f7 commit b38ea7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["hatchling"]

[project]
name = "dso"
version = "0.8.1"
version = "0.8.2"
description = "Data Science Operations on top of dvc"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -59,10 +59,10 @@ test = [
"pytest",
"coverage",
"freezegun",
"quarto",
"pytest-cov",
"pytest-xdist", # for parallel testing with `pytest -n`
"pytest-asyncio", # for async tests
"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 b38ea7b

Please sign in to comment.