Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Dec 5, 2024
1 parent 965e953 commit 306326b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ test-ribasim-api = "pytest --basetemp=python/ribasim_api/tests/temp --junitxml=r

[feature.dev.tasks]
# Installation
# Also update the base environment in quarto-render
install-julia = "juliaup add 1.10.7 && juliaup override set 1.10.7"
install-pre-commit = "pre-commit install"
# Note that this has a Windows specific override
Expand Down Expand Up @@ -50,7 +51,7 @@ quarto-preview = { cmd = "quarto preview docs", depends_on = [
"generate-testmodels",
] }
quarto-check = { cmd = "quarto check all", depends_on = ["quartodoc-build"] }
quarto-render = { cmd = "julia --eval 'using Pkg; Pkg.add(\"IJulia\"); Pkg.build(\"IJulia\")' && quarto render docs --to html --execute", env = { CONDA_JL_HOME = "$CONDA_PREFIX" }, depends_on = [
quarto-render = { cmd = "julia --[email protected] --eval 'using Pkg; Pkg.add(\"IJulia\"); Pkg.build(\"IJulia\")' && quarto render docs --to html --execute", env = { CONDA_JL_HOME = "$CONDA_PREFIX", SSL_CERT_DIR = "" }, depends_on = [
"quartodoc-build",
"generate-testmodels",
] }
Expand Down

0 comments on commit 306326b

Please sign in to comment.