-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Description
I'm following your configurations for setting up a project for my work and I had a couple questions.
In your github actions files format.yml and lint.yml, you use your action setup-python-with-uv to set up the environment, which runs uv sync --frozen which only installs the core dependencies, not dev dependencies. I noticed ruff and ty are only in your dev dependencies, which are pulled in by uv via uv sync --dev --frozen.
Does nox somehow get around this? I'm trying to validate how this works for your repo and if I've missed something. I'll be looking through the github actions to see how it works in practice to see if that can help clarify how the tools are available for your github runner.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels