Skip to content

Commit ab73182

Browse files
authored
Merge branch 'develop' into parallel_unit_tests
2 parents f84bbad + c86b9e5 commit ab73182

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

ci_scripts/install.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ conda create -n testenv --yes python=$PYTHON_VERSION pip
2828
source activate testenv
2929
pip install nose numpy scipy cython scikit-learn==$SKLEARN_VERSION pandas \
3030
matplotlib jupyter notebook nbconvert nbformat jupyter_client ipython \
31-
ipykernel
31+
ipykernel oslo.concurrency
3232

33-
pip install oslo.concurrency
34-
35-
pip install matplotlib jupyter notebook nbconvert nbformat jupyter_client ipython ipykernel
3633
if [[ "$COVERAGE" == "true" ]]; then
3734
pip install codecov
3835
fi

0 commit comments

Comments
 (0)