We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56188c3 commit e18aa95Copy full SHA for e18aa95
1 file changed
Makefile
@@ -39,7 +39,7 @@ venv-cleanup: ##@Env Cleanup venv
39
${PIP} install uv
40
41
venv-install: ##@Env Install requirements to venv
42
- ${UV} sync --inexact --frozen extras --all-groups --no-extra gssapi $(ARGS)
+ ${UV} sync --inexact --frozen --all-extras --all-groups --no-extra gssapi $(ARGS)
43
44
45
db: db-start db-upgrade db-partitions ##@DB Prepare database (in docker)
0 commit comments