From cb20486f37c0dfce60e541e512d2ceaa6e0b701e Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 19 Oct 2022 19:19:48 -0400 Subject: CI: fix cuda image breakage From the Zen of Python: "Explicit is better than implicit." As it turns out, it's no longer a safe assumption that pip uses setuptools??? Well, anyway, install it properly regardless. --- ci/ciimage/cuda/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/ciimage/cuda/install.sh b/ci/ciimage/cuda/install.sh index 0d412e0..7c79d28 100755 --- a/ci/ciimage/cuda/install.sh +++ b/ci/ciimage/cuda/install.sh @@ -5,7 +5,7 @@ set -e source /ci/common.sh pkgs=( - python python-pip + python python-pip python-setuptools ninja gcc gcc-objc git cmake cuda zlib pkgconf ) -- cgit v1.1