From 06ba880a4857b966d37b2d1a506d776c8f9411b8 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 9 Feb 2023 01:38:01 -0500 Subject: CI: ensure pypy3 has the basic packages --- ci/ciimage/arch/install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci') diff --git a/ci/ciimage/arch/install.sh b/ci/ciimage/arch/install.sh index 6f33145..76eb8cd 100755 --- a/ci/ciimage/arch/install.sh +++ b/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 -- cgit v1.1