diff --git a/Makefile b/Makefile index e123bbab..3051305a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ install-dev-requirements: uv venv && uv pip install hatch install-test-requirements: - uv pip install .[test] + uv pip install --only-binary .[test] services-up: docker compose up -d