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
Since uv syncs you env each time you run uv run xx it will uninstall extras unless you pass --no-sync or --extra xx.
This is annoying and instead we should just source .venv/bin/activate and then call our commands.
Since uv syncs you env each time you run
uv run xxit will uninstall extras unless you pass--no-syncor--extra xx.This is annoying and instead we should just
source .venv/bin/activateand then call our commands.