Skip to content

Commit

Permalink
Update pixi.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Apr 19, 2024
1 parent 817ce6c commit 0be975a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tests = { depends_on = ["lint", "test-ribasim-python", "test-ribasim-core"] }
# Codegen
codegen = { cmd = "julia --project utils/gen_python.jl && ruff format python/ribasim/ribasim/schemas.py", depends_on = [
"initialize-julia",
] , inputs = ["python/ribasim", "python/ribasim_testmodels"], outputs = ["generated_testmodels"]}
] , inputs = ["core"], outputs = ["python/ribasim/ribasim/schemas.py"]}
# Publish
build-ribasim-python-wheel = { cmd = "rm --recursive --force dist && python -m build && twine check dist/*", cwd = "python/ribasim" }
build-ribasim-api-wheel = { cmd = "rm --recursive --force dist && python -m build && twine check dist/*", cwd = "python/ribasim_api" }
Expand Down

0 comments on commit 0be975a

Please sign in to comment.