mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04: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
|
- apk add py3-pip
|
||||||
- python3 -m venv venv
|
- python3 -m venv venv
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
|
- python -m pip install --upgrade pip
|
||||||
- pip install codespell
|
- pip install codespell
|
||||||
- pip install mypy
|
- pip install mypy
|
||||||
- pip install ruff
|
- pip install ruff
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue