Skip to content

Commit

Permalink
Append env to the codegen tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Manangka committed Jul 22, 2024
1 parent 5bd4e51 commit db250fd
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 @@ codegen = { cmd = "julia --project utils/gen_python.jl && ruff format python/rib
"core",
], outputs = [
"python/ribasim/ribasim/schemas.py",
] }
], env = { SSL_CERT_FILE = "", SSL_CERT_DIR="" } }
# 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 db250fd

Please sign in to comment.