Skip to content

Commit

Permalink
fix: need to run env twice
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Jun 2, 2023
1 parent c294f39 commit f23d9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -
if [ ! -f "conda/envs/linux/bin/python" ]; then
bin/micromamba create --no-shortcuts -r conda -n linux -f ${CONDA_ENVIRONMENT_FILE} -y
fi
bin/micromamba create --no-shortcuts -r conda -n linux -f ${CONDA_ENVIRONMENT_FILE} -y

if [ "$hordelib" = true ]; then
bin/micromamba run -r conda -n linux python -s -m pip uninstall -y hordelib horde_model_reference
Expand Down

0 comments on commit f23d9bd

Please sign in to comment.