From 824bfdd31760b7cddc5687b2b08378a7fb465540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 6 Jan 2025 15:24:56 +0100 Subject: [PATCH] Install uv in the CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c714708..a160764 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,9 @@ jobs: image: debian:bookworm steps: - uses: actions/checkout@v4 + + - name: Install uv + uses: astral-sh/setup-uv@v5 - name: Install dev. dependencies run: |- apt-get update