You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add dedicated tasks for installing Poetry-managed dependencies
Poetry is used for managing the project's Python dependencies. This means that several development processes require
first running a dependency installation command. Rather than having that command duplicated across the taskfile, it can
be put in a dedicated task. This also allows it to be run from the task's `deps` key, which allows it to run in parallel
to any other setup processes the task might have.
0 commit comments