Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f02ee83

Browse files
authored
Merge pull request #26473 from melissawm/fix-codespaces
Fix codespaces setup.sh script
2 parents 4a34961 + 386f511 commit f02ee83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
curl micro.mamba.pm/install.sh | bash
5+
"${SHELL}" <(curl -Ls micro.mamba.pm/install.sh) < /dev/null
66

77
conda init --all
88
micromamba shell init -s bash

0 commit comments

Comments
 (0)