From d442e4d06011869f885bb983eafcf48cc4571aa4 Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Thu, 7 Mar 2024 04:22:27 -0600 Subject: [PATCH] make gh install consistent --- ci-conda.Dockerfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index 6f6eb10..cb0dd39 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -109,22 +109,29 @@ rapids-mamba-retry install -y \ anaconda-client \ boa \ gettext \ - gh \ git \ jq \ "python=${PYTHON_VERSION}.*=*_cpython" conda clean -aipty EOF +# Install sccache and gh cli ARG SCCACHE_VER ARG REAL_ARCH ARG GH_CLI_VER=notset +ARG CPU_ARCH RUN <