From 987b8dd1735f895bebfd787aae47449823564707 Mon Sep 17 00:00:00 2001 From: Luca Freckmann Date: Thu, 11 Apr 2024 13:38:13 +0200 Subject: [PATCH] use boa to use mamba build --- .github/workflows/build_installers.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_installers.yaml b/.github/workflows/build_installers.yaml index 1e3b0ce7..7a6bafde 100644 --- a/.github/workflows/build_installers.yaml +++ b/.github/workflows/build_installers.yaml @@ -22,15 +22,9 @@ jobs: mamba install -y -c conda-forge ruamel.yaml mamba install -y -c conda-forge mamba mamba install -y -c conda-forge conda-build - mamba build recipe - # Now we need to create an environment from the package we just built + mamba install -y -c conda-forge boa + boa build recipe mamba create -n sam ./output/micro_sam-0.4.1.tar.gz - # mamba env create --file=../environment_cpu.yaml - # conda activate sam - # cd ../ - # pip install . --no-deps -v - # cd deployment - # conda activate base RUN_SCRIPT: | python version_getter.py mkdir ./${{ matrix.os }}_x86_64