We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b04094 commit 1287be3Copy full SHA for 1287be3
.circleci/create_conda_optional_env.sh
@@ -19,5 +19,5 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
19
requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets
20
21
# Install orca into environment
22
- $HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca
+ $HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca=1.2.1
23
fi
0 commit comments