mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-21 14:05:14 +03:00
Fix missing uv.lock
This commit is contained in:
parent
e5d9ffdfbb
commit
cf0c134ae6
|
@ -18,7 +18,7 @@ cd my_awesome_project
|
|||
sudo utility/install_os_dependencies.sh install
|
||||
|
||||
# Install Python deps
|
||||
uv sync --frozen
|
||||
uv sync
|
||||
|
||||
# run the project's tests
|
||||
uv run pytest
|
||||
|
|
Loading…
Reference in New Issue
Block a user