Skip to content

Commit 9392465

Browse files
authored
Don't restrict micromamba 1.5.12-0 bootstrap.sh (#243)
Seems to work now mamba-org/mamba#3740 (comment)
1 parent 9237ea8 commit 9392465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
echo "Downloading and installing micromamba to ~/.local/bin/micromamba and uv to ~/.local/bin/uv"
2020

2121
# Install micromamba (https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html)
22-
VERSION="1.5.12-0" "${SHELL}" <(curl -LsSf micro.mamba.pm/install.sh) < /dev/null
22+
"${SHELL}" <(curl -LsSf micro.mamba.pm/install.sh) < /dev/null
2323

2424
# Install uv (https://docs.astral.sh/uv/getting-started/installation/)
2525
curl -LsSf https://astral.sh/uv/install.sh | sh

0 commit comments

Comments
 (0)