is there a way how to configure depstar so it runs a preparation step equivalent of tools.deps (-P)? It seems that calc-project-basis
does it but it is a private fn
Why not run that manually yourself?
That's what folks normally do for CI.
Right, there is no magic step there. I'll just run with -P
with the specified aliases for depstar. That should do it. Thank you.