Skip to content

Commit

Permalink
Merge pull request #747 from computational-cell-analytics/constantinp…
Browse files Browse the repository at this point in the history
…ape-patch-2

Update build_installers.yaml
  • Loading branch information
constantinpape authored Oct 18, 2024
2 parents 7a8182a + ba6ea9b commit 886564c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cd deployment
mamba install -y -c conda-forge constructor
mamba install -y -c conda-forge ruamel.yaml
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
conda activate __MICROSAM_BUILD_ENV__
# TODO get the current version here and use it for pinning or enable passing this from dispatch
mamba install -y -c conda-forge micro_sam
Expand Down

0 comments on commit 886564c

Please sign in to comment.