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.
1 parent 6adda05 commit d9b74b3Copy full SHA for d9b74b3
.github/workflows/build_installers.yaml
@@ -76,6 +76,7 @@ jobs:
76
cd deployment
77
micromamba activate base
78
micromamba install -y -c conda-forge mamba
79
+ mamba init
80
mamba env create --file=env.yaml
81
mamba activate __MICROSAM_BUILD_ENV__
82
mamba install -y -c conda-forge pyinstaller
0 commit comments