Skip to content

Commit

Permalink
use boa to use mamba build
Browse files Browse the repository at this point in the history
  • Loading branch information
lufre1 committed Apr 11, 2024
1 parent 898e09f commit 987b8dd
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build_installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 987b8dd

Please sign in to comment.