Skip to content

Commit 6874490

Browse files
committed
update
1 parent d9b74b3 commit 6874490

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
@@ -78,7 +78,7 @@ jobs:
7878
micromamba install -y -c conda-forge mamba
7979
mamba init
8080
mamba env create --file=env.yaml
81-
mamba activate __MICROSAM_BUILD_ENV__
81+
conda activate __MICROSAM_BUILD_ENV__
8282
mamba install -y -c conda-forge pyinstaller
8383
./build_pyinstaller_app.sh
8484
mv ./dist/annotator ./${{ matrix.os }}_x86_64

0 commit comments

Comments
 (0)