Skip to content

Commit 78b0c48

Browse files
committed
fix
1 parent 4b4390a commit 78b0c48

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
@@ -7,7 +7,7 @@ set -e
77
conda init --all
88
micromamba shell init -s bash
99

10-
# micromamba env create -f build_tools/circle/doc_environment.yml --yes
10+
micromamba env create -f build_tools/circle/doc_environment.yml -n sklearn-dev --yes
1111
# Note that `micromamba activate sklearn-dev` doesn't work, it must be run by the
1212
# user (same applies to `conda activate`)
1313

0 commit comments

Comments
 (0)