From af3d21162a4a34509f46cafc468a0e1847fb1432 Mon Sep 17 00:00:00 2001 From: lufre1 <155526548+lufre1@users.noreply.github.com> Date: Tue, 23 Apr 2024 10:18:08 +0200 Subject: [PATCH] Update build_installers.yaml --- .github/workflows/build_installers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_installers.yaml b/.github/workflows/build_installers.yaml index b7e5b8ff..647591dc 100644 --- a/.github/workflows/build_installers.yaml +++ b/.github/workflows/build_installers.yaml @@ -22,7 +22,7 @@ jobs: mamba init mamba activate __MICROSAM_BUILD_ENV__ # TODO get the current version here and use it for pinning or enable passing this from dispatch - mamba install -c conda-forge micro_sam + mamba install -y -c conda-forge micro_sam mamba activate base RUN_SCRIPT: |