Skip to content

Commit 7af75d1

Browse files
committed
[DOP-28270] change make venv command
1 parent c6a6977 commit 7af75d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ venv: venv-cleanup venv-install##@Env Init venv and install uv dependencies
3535
venv-cleanup: ##@Env Cleanup venv
3636
@rm -rf .venv || true
3737
python3.12 -m venv .venv
38-
${PIP} install -U setuptools wheel pip
3938
${PIP} install uv
4039

4140
venv-install: ##@Env Install requirements to venv
42-
${UV} sync --frozen --all-extras --all-groups --no-install-project $(ARGS)
41+
${UV} sync --frozen --all-extras --all-groups $(ARGS)
42+
${PIP} install -U setuptools wheel pip
4343

4444

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

0 commit comments

Comments
 (0)