From 596d5cd28414cca7b6d252b7413e48836f7297f0 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 4 Oct 2023 21:20:31 -0500 Subject: [PATCH] Ensure cpython builds are used instead of pypy. (#81) --- ci-conda.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index f33c61b..ff9d9e3 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -82,6 +82,7 @@ RUN rapids-mamba-retry install -y \ git \ jq \ "sccache==0.4.2" \ + "python=${PYTHON_VERSION}.*=*_cpython" \ && conda clean -aipty # Install codecov binary