From 1987291593e5099d6103af9985ea6faa82751be5 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 16 Jan 2025 14:02:48 +0100 Subject: [PATCH] Create the venv. --- .github/workflows/tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6bcf7d96..fc647040 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -44,6 +44,9 @@ jobs: run: | sudo apt update sudo apt install python3.11-dev -y + pip install -U pip uv + uv venv + source ./.venv/bin/activate make install-cpu - name: Run server tests run: |