We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since 0.17 pixi includes task caching. This means that pixi tasks are only run if necessary. Tasks that can potentially benefit from this:
The text was updated successfully, but these errors were encountered:
Let's take generate-testmodels for example: inputs would be python/ribasim as well as python/ribasim_testmodels. outputs would be generated_testmodels
generate-testmodels
inputs
python/ribasim
python/ribasim_testmodels
outputs
generated_testmodels
Sorry, something went wrong.
Use pixi task cache (#1407)
f526e6f
Fixes #1308 --------- Co-authored-by: Hofer-Julian <[email protected]> Co-authored-by: Hofer-Julian <[email protected]>
Jingru923
Successfully merging a pull request may close this issue.
Since 0.17 pixi includes task caching.
This means that pixi tasks are only run if necessary.
Tasks that can potentially benefit from this:
The text was updated successfully, but these errors were encountered: