Skip to content

Commit f25984f

Browse files
committed
update
1 parent 6874490 commit f25984f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_installers.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,10 @@ jobs:
7676
cd deployment
7777
micromamba activate base
7878
micromamba install -y -c conda-forge mamba
79-
mamba init
8079
mamba env create --file=env.yaml
81-
conda activate __MICROSAM_BUILD_ENV__
80+
micromamba activate __MICROSAM_BUILD_ENV__
8281
mamba install -y -c conda-forge pyinstaller
83-
./build_pyinstaller_app.sh
82+
source ./build_pyinstaller_app.sh
8483
mv ./dist/annotator ./${{ matrix.os }}_x86_64
8584
8685

0 commit comments

Comments
 (0)