CI: ensure pypy3 has the basic packages

This commit is contained in:
Eli Schwartz 2023-02-09 01:38:01 -05:00
parent 7186279ffa
commit 06ba880a48
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
1 changed files with 3 additions and 0 deletions

View File

@ -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