From 3fbc689c08a39f394d11e5bf1f91f0f27afd5f5c Mon Sep 17 00:00:00 2001 From: Adrian Seyboldt Date: Mon, 6 Jul 2020 15:17:09 +0200 Subject: [PATCH] Install black_nbconvert in testenv --- scripts/create_testenv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/create_testenv.sh b/scripts/create_testenv.sh index 2bc31f0f03..8a9eedee4c 100755 --- a/scripts/create_testenv.sh +++ b/scripts/create_testenv.sh @@ -37,6 +37,7 @@ conda update --yes --all conda install --yes python-graphviz ipywidgets conda install --yes --file requirements.txt conda install --yes --file requirements-dev.txt +pip install --no-cache-dir --force-reinstall black_nbconvert # Install editable using the setup.py if [ -z ${NO_SETUP} ]; then