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 6874490 commit f25984fCopy full SHA for f25984f
.github/workflows/build_installers.yaml
@@ -76,11 +76,10 @@ 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
- conda activate __MICROSAM_BUILD_ENV__
+ micromamba activate __MICROSAM_BUILD_ENV__
82
mamba install -y -c conda-forge pyinstaller
83
- ./build_pyinstaller_app.sh
+ source ./build_pyinstaller_app.sh
84
mv ./dist/annotator ./${{ matrix.os }}_x86_64
85
86
0 commit comments