Upgrade pip during install

This commit is contained in:
Bruno Alla 2026-02-11 22:56:24 +00:00
parent fc2ca65262
commit 339a04f835

View File

@ -11,6 +11,7 @@ build:
python: "3.13"
jobs:
install:
- pip install --upgrade pip
- pip install -e . --group docs
# Build documentation with Mkdocs