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 7a8182a + ba6ea9b commit 886564cCopy full SHA for 886564c
.github/workflows/build_installers.yaml
@@ -18,7 +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__
+ 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
0 commit comments