Fix missing uv.lock

This commit is contained in:
Jelmer Draaijer 2024-10-06 11:59:43 +02:00
parent e5d9ffdfbb
commit cf0c134ae6

View File

@ -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