Skip to content

Commit 8f8c72e

Browse files
Merge pull request #748 from computational-cell-analytics/constantinpape-patch-2
Update build_installers.yaml
2 parents 886564c + f28f354 commit 8f8c72e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_installers.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ jobs:
1818
cd deployment
1919
mamba install -y -c conda-forge constructor
2020
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
21+
mamba create -y -c conda-forge -n __MICROSAM_BUILD_ENV__ micro_sam natsort
2522
conda activate base
2623
2724
RUN_SCRIPT: |

0 commit comments

Comments
 (0)