mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
ci: python: upgrade pip before installing python packages
This commit is contained in:
parent
bb6968c284
commit
53e8fbbdec
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue