CI: ensure pypy3 has the basic packages

pull/11387/head
Eli Schwartz 2 years ago
parent 7186279ffa
commit 06ba880a48
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 3
      ci/ciimage/arch/install.sh

@ -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…
Cancel
Save