We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a005d commit e1c6daaCopy full SHA for e1c6daa
.circleci/create_conda_optional_env.sh
@@ -14,7 +14,7 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
14
./miniconda.sh -b -p $HOME/miniconda
15
16
# Create environment
17
- # PYTHON_VERSION=3.6
+ # PYTHON_VERSION=2.7 or 3.5
18
$HOME/miniconda/bin/conda create -n circle_optional --yes python=$PYTHON_VERSION \
19
requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets
20
0 commit comments