Skip to content

Commit a239f34

Browse files
committed
explicitly exclude groups when install-group is empty
1 parent 01018df commit a239f34

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

actions/python-setup/uv/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ runs:
6161
done
6262
else
6363
echo "Installing core dependencies only (no optional groups)"
64+
# Explicitly exclude all groups when install-groups is empty
65+
args+=("--no-dev")
6466
fi
6567
6668
echo "Running: uv sync ${args[*]}"

0 commit comments

Comments
 (0)