From 78c29df77407b7cfc1caba795b7307c5e368cb26 Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Tue, 5 Mar 2024 06:04:58 -0600 Subject: [PATCH] install codecov on aarch64 --- ci-conda.Dockerfile | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index c89df6f..4e96d2e 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -121,23 +121,23 @@ EOF # Install codecov binary ARG CODECOV_VER RUN <