Create the venv.

This commit is contained in:
Nicolas Patry 2025-01-16 14:02:48 +01:00
parent 73ab6a5da1
commit 1987291593
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

View File

@ -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: |