We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01018df commit a239f34Copy full SHA for a239f34
1 file changed
actions/python-setup/uv/action.yml
@@ -61,6 +61,8 @@ runs:
61
done
62
else
63
echo "Installing core dependencies only (no optional groups)"
64
+ # Explicitly exclude all groups when install-groups is empty
65
+ args+=("--no-dev")
66
fi
67
68
echo "Running: uv sync ${args[*]}"
0 commit comments