Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ endif
uv venv --python="$$(python --version | cut -d ' ' -f2)"

install: .venv/
uv sync
uv sync --frozen

install-ci:
uv sync --no-group local
uv sync --frozen --no-group local

local-terraform:
$(make) -C terraform/stacks/local
Expand Down
Loading