We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a6977 commit 7af75d1Copy full SHA for 7af75d1
1 file changed
Makefile
@@ -35,11 +35,11 @@ venv: venv-cleanup venv-install##@Env Init venv and install uv dependencies
35
venv-cleanup: ##@Env Cleanup venv
36
@rm -rf .venv || true
37
python3.12 -m venv .venv
38
- ${PIP} install -U setuptools wheel pip
39
${PIP} install uv
40
41
venv-install: ##@Env Install requirements to venv
42
- ${UV} sync --frozen --all-extras --all-groups --no-install-project $(ARGS)
+ ${UV} sync --frozen --all-extras --all-groups $(ARGS)
+ ${PIP} install -U setuptools wheel pip
43
44
45
db: db-start db-upgrade db-partitions ##@DB Prepare database (in docker)
0 commit comments