Skip to content

Commit

Permalink
Rename to depends-on in pixi.toml (#76)
Browse files Browse the repository at this point in the history
Will soon be deprecated.
See Deltares/Ribasim#1993
  • Loading branch information
visr authored Jan 7, 2025
1 parent d3e8e7f commit 3054b77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ install-pre-commit = "pre-commit install"
pre-commit = "pre-commit run --all-files"
jupyter = "jupyter lab"
quartodoc-build = { cmd = "quartodoc build && rm objects.json", cwd = "docs" }
quarto-check = { cmd = "quarto check all", depends_on = ["quartodoc-build"] }
quarto-render = { cmd = "export QUARTO_PYTHON=python && quarto render docs --to html --execute", depends_on = [
quarto-check = { cmd = "quarto check all", depends-on = ["quartodoc-build"] }
quarto-render = { cmd = "export QUARTO_PYTHON=python && quarto render docs --to html --execute", depends-on = [
"quartodoc-build",
] }
docs = { cmd = "export QUARTO_PYTHON=python && quarto preview docs", depends_on = [
docs = { cmd = "export QUARTO_PYTHON=python && quarto preview docs", depends-on = [
"quartodoc-build",
] }

Expand Down

0 comments on commit 3054b77

Please sign in to comment.