ci: python: upgrade pip before installing python packages

This commit is contained in:
Daniel Eklöf 2025-12-26 17:25:28 +01:00
parent bb6968c284
commit 53e8fbbdec
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -13,6 +13,7 @@ steps:
- apk add py3-pip
- python3 -m venv venv
- source venv/bin/activate
- python -m pip install --upgrade pip
- pip install codespell
- pip install mypy
- pip install ruff