We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 886564c + f28f354 commit 8f8c72eCopy full SHA for 8f8c72e
.github/workflows/build_installers.yaml
@@ -18,10 +18,7 @@ jobs:
18
cd deployment
19
mamba install -y -c conda-forge constructor
20
mamba install -y -c conda-forge ruamel.yaml
21
- mamba env create --file=../environment_cpu.yaml -n __MICROSAM_BUILD_ENV__ python=3.11
22
- conda activate __MICROSAM_BUILD_ENV__
23
- # TODO get the current version here and use it for pinning or enable passing this from dispatch
24
- mamba install -y -c conda-forge micro_sam
+ mamba create -y -c conda-forge -n __MICROSAM_BUILD_ENV__ micro_sam natsort
25
conda activate base
26
27
RUN_SCRIPT: |
0 commit comments