Skip to content

Commit

Permalink
task cache for generate-testmodels
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingru923 committed Apr 18, 2024
1 parent f7039b8 commit 58bd0da
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 @@ -99,7 +99,7 @@ test-ribasim-core = { cmd = "julia --project=core --eval 'using Pkg; Pkg.test()'
test-ribasim-core-cov = { cmd = "julia --project=core --eval 'using Pkg; Pkg.test(coverage=true, julia_args=[\"--check-bounds=yes\"])'", depends_on = [
"generate-testmodels",
] }
generate-testmodels = "python utils/generate-testmodels.py"
generate-testmodels = { cmd = "python utils/generate-testmodels.py", inputs = ["python/ribasim","python/ribasim_testmodels"], outputs = ["generated_testmodels"]}
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 = [
Expand Down

0 comments on commit 58bd0da

Please sign in to comment.