Skip to content

Commit 886564c

Browse files
Merge pull request #747 from computational-cell-analytics/constantinpape-patch-2
Update build_installers.yaml
2 parents 7a8182a + ba6ea9b commit 886564c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_installers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +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__
21+
mamba env create --file=../environment_cpu.yaml -n __MICROSAM_BUILD_ENV__ python=3.11
2222
conda activate __MICROSAM_BUILD_ENV__
2323
# TODO get the current version here and use it for pinning or enable passing this from dispatch
2424
mamba install -y -c conda-forge micro_sam

0 commit comments

Comments
 (0)