From be3d6ab272f91cec561853a33ae7f4e51f2ac851 Mon Sep 17 00:00:00 2001 From: Giorgio Salluzzo Date: Tue, 7 May 2024 12:52:16 +0200 Subject: [PATCH] Switching to using `uv` as PIP installer. Various fixes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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