Skip to content

Commit e18aa95

Browse files
committed
[DOP-28270] fix venv command
1 parent 56188c3 commit e18aa95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ venv-cleanup: ##@Env Cleanup venv
3939
${PIP} install uv
4040

4141
venv-install: ##@Env Install requirements to venv
42-
${UV} sync --inexact --frozen extras --all-groups --no-extra gssapi $(ARGS)
42+
${UV} sync --inexact --frozen --all-extras --all-groups --no-extra gssapi $(ARGS)
4343

4444

4545
db: db-start db-upgrade db-partitions ##@DB Prepare database (in docker)

0 commit comments

Comments
 (0)