From 601e85402a339ce824c1cf239d306aaafef74869 Mon Sep 17 00:00:00 2001 From: "Alicia A. Evans" <108547992+aliciaaevans@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:23:53 -0500 Subject: [PATCH] Update bulk to bioconda-utils version 2.9.0 (#44) Need this for ARM bulk CI to check for `linux-aarch64` in `extra.additional-platforms`. --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 7a93485..47c3191 100644 --- a/common.sh +++ b/common.sh @@ -1,4 +1,4 @@ MINICONDA_VER=py37_4.8.3 -BIOCONDA_UTILS_TAG=v2.6.0 +BIOCONDA_UTILS_TAG=v2.9.0 MAMBAFORGE_VER=23.1.0-1 MAMBAFORGE_INSTALLATION_DIR="/opt/mambaforge"