Skip to content

Commit 0613881

Browse files
authored
chore: do not update dependencies when installing venv (#46)
1 parent 955b864 commit 0613881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ help:
1616
venv:
1717
@if ! {{ venv-exists }}; \
1818
then \
19-
uv sync --all-extras; \
19+
uv sync --frozen --all-extras; \
2020
fi
2121

2222

0 commit comments

Comments
 (0)