Skip to content
New issue

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

Take advantage of pixi's task caching #1308

Closed
Hofer-Julian opened this issue Mar 25, 2024 · 1 comment · Fixed by #1407
Closed

Take advantage of pixi's task caching #1308

Hofer-Julian opened this issue Mar 25, 2024 · 1 comment · Fixed by #1407
Assignees

Comments

@Hofer-Julian
Copy link
Contributor

Since 0.17 pixi includes task caching.
This means that pixi tasks are only run if necessary.
Tasks that can potentially benefit from this:

  • generate-testmodels
  • build-julia-docs
  • quartodoc-build
  • codegen
@github-project-automation github-project-automation bot moved this to To do in Ribasim Mar 25, 2024
@Hofer-Julian Hofer-Julian moved this from To do to Sprint backlog in Ribasim Apr 17, 2024
@Hofer-Julian
Copy link
Contributor Author

Let's take generate-testmodels for example:
inputs would be python/ribasim as well as python/ribasim_testmodels.
outputs would be generated_testmodels

@Jingru923 Jingru923 moved this from Sprint backlog to 🏗 In progress in Ribasim Apr 18, 2024
@Jingru923 Jingru923 linked a pull request Apr 18, 2024 that will close this issue
Hofer-Julian added a commit that referenced this issue Apr 21, 2024
Fixes #1308

---------

Co-authored-by: Hofer-Julian <[email protected]>
Co-authored-by: Hofer-Julian <[email protected]>
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Ribasim Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants