8000 pull dependencies for conda test case from same option requirements.t… · plotly/plotly.py@8d013d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d013d1

Browse files
committed
pull dependencies for conda test case from same option requirements.txt as the other tests
1 parent b759248 commit 8d013d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/create_conda_optional_env.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
1515

1616
# Create environment
1717
# 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 statsmodels
18+
$HOME/miniconda/bin/conda create -n circle_optional --yes python=$PYTHON_VERSION
2019

2120
# Install orca into environment
2221
$HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca==1.3.1
22+
23+
# Install additional dependencies
24+
pip install -r ./packages/python/plotly/test_requirements/requirements_38_optional.txt
2325
fi

0 commit comments

Comments
 (0)
0