From 9ed15b88776b4bcd2e92a18e846d7a3c34c840a0 Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Tue, 27 Feb 2024 11:18:57 -0600 Subject: [PATCH] fix unbound var --- ci-conda.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index da5d506..0ee017f 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -114,7 +114,7 @@ rapids-mamba-retry install -y \ gh \ git \ jq \ - "sccache==${SCCACHE_VER}" \ + "sccache==$SCCACHE_VER" \ "python=${PYTHON_VERSION}.*=*_cpython" conda clean -aipty EOF