We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4390a commit 78b0c48Copy full SHA for 78b0c48
.devcontainer/setup.sh
@@ -7,7 +7,7 @@ set -e
7
conda init --all
8
micromamba shell init -s bash
9
10
-# micromamba env create -f build_tools/circle/doc_environment.yml --yes
+micromamba env create -f build_tools/circle/doc_environment.yml -n sklearn-dev --yes
11
# Note that `micromamba activate sklearn-dev` doesn't work, it must be run by the
12
# user (same applies to `conda activate`)
13
0 commit comments