Skip to content

Commit

Permalink
Update build_installers.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape authored Oct 18, 2024
1 parent 7a8182a commit ba6ea9b
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 ba6ea9b

Please sign in to comment.