mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-22 22:42:55 +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
|
sudo utility/install_os_dependencies.sh install
|
||||||
|
|
||||||
# Install Python deps
|
# Install Python deps
|
||||||
uv sync --frozen
|
uv sync
|
||||||
|
|
||||||
# run the project's tests
|
# run the project's tests
|
||||||
uv run pytest
|
uv run pytest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user