Add pip, venv, and pipx to act image (#74)
This dramatically improves the experience of running python-based actions workflows. It adds roughly 7MB of space to the Ubuntu 20.04 image and 22MB to Ubuntu 22.04. resolves: #61 Co-authored-by: ChristopherHX <christopher.homberger@web.de>
This commit is contained in:
committed by
GitHub
parent
8d329ea316
commit
a38c4d38b3
@@ -55,6 +55,9 @@ packages=(
|
|||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
xz-utils
|
xz-utils
|
||||||
|
python3-pip
|
||||||
|
python3-venv
|
||||||
|
pipx
|
||||||
)
|
)
|
||||||
|
|
||||||
apt-get -yq update
|
apt-get -yq update
|
||||||
|
|||||||
Reference in New Issue
Block a user