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.
pull/11260/head
Eli Schwartz 3 years ago
parent 816a30abf2
commit cb20486f37
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      ci/ciimage/cuda/install.sh

@ -5,7 +5,7 @@ set -e
source /ci/common.sh source /ci/common.sh
pkgs=( pkgs=(
python python-pip python python-pip python-setuptools
ninja gcc gcc-objc git cmake ninja gcc gcc-objc git cmake
cuda zlib pkgconf cuda zlib pkgconf
) )

Loading…
Cancel
Save