Alex Strick van Linschoten
Alex Strick van Linschoten
@swheaton thanks for the ping on this! I haven't worked on it in a while, but Prodigy has released an update recently so I will get back into it! Are...
For me, I use `darglint` together with `pydocstyle` since they don't do quite the same thing. Having `darglint` absorbed into the ruff world would be really great.
Sorry maybe I'm being dumb here, but I've tried this and it still doesn't pick up the package. ```yaml steps: - name: Checkout code uses: actions/[email protected] - name: Set up...
@dylanbstorey that's a neat trick, and helpful it works across operating systems too. But would be good for `uv` to support installations globally too to make this unnecessary.
Ok and key here is that the `- run: echo "VIRTUAL_ENV=${Python_ROOT_DIR}" >> $GITHUB_ENV` step runs as a separate step. i.e. you can't just run that bash command from within a...
Was running into race conditions here or at least issues with steps / jobs running in parallel attempting to access the same environment, it seems. I switched back to using...
Had / having similar issues on our CI. Choosing to wait for a more stable way for this global install to happen which I believe will be worked on next...
Closing this issue as the `--system` flag has basically solved this issue for me. Thanks `uv` team!
When it comes to working with scripts / workflows in the CI, I think having a dedicated flag (precise name doesn't matter so much) would help simplify things at the...
@fruch there's also now a new `--system` flag which handles what you need, I think.