CI: ensure pypy3 has the basic packages
This commit is contained in:
parent
7186279ffa
commit
06ba880a48
|
@ -33,6 +33,9 @@ sed -i "s,PKGEXT='.pkg.tar.zst',PKGEXT='.pkg.tar',g" /etc/makepkg.conf
|
|||
pacman -Syu $PACMAN_OPTS "${pkgs[@]}"
|
||||
install_python_packages
|
||||
|
||||
pypy3 -m ensurepip
|
||||
pypy3 -m pip install "${base_python_pkgs[@]}"
|
||||
|
||||
# Setup the user
|
||||
useradd -m $AUR_USER
|
||||
echo "${AUR_USER}:" | chpasswd -e
|
||||
|
|
Loading…
Reference in New Issue