We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba782ed commit b8ae233Copy full SHA for b8ae233
1 file changed
makefiles/dev.mk
@@ -4,7 +4,7 @@
4
install: venv-setup ## Install dependencies (auto-detects UV/pip, environment-aware)
5
@if [ -n "$$CI" ]; then \
6
echo "CI detected: using frozen UV sync"; \
7
- uv sync --frozen --all-groups --quiet; \
+ uv sync --frozen --all-groups --all-extras --quiet; \
8
elif command -v uv >/dev/null 2>&1; then \
9
echo "UV available"; \
10
if echo "$(MAKECMDGOALS)" | grep -q "_dev"; then \
0 commit comments