1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 15:47:26 +01:00

Install uv to fix build issue

Run the install-uv.sh script.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
This commit is contained in:
Eric Curtin
2025-06-10 13:14:56 +01:00
parent b4a3375d94
commit b21556b513
2 changed files with 1 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ install-cov-requirements:
.PHONY: install-requirements
install-requirements:
./install-uv.sh
uv pip install ".[dev]"
.PHONY: install-completions