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:
Jacob Emmert-Aronson
2023-09-18 12:16:44 -07:00
committed by GitHub
parent 8d329ea316
commit a38c4d38b3
+3
View File
@@ -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