Skip to content

Commit b6b8e80

Browse files
committed
Install black_nbconvert in testenv
1 parent 1e9f8b0 commit b6b8e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/create_testenv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ conda update --yes --all
3737
conda install --yes python-graphviz ipywidgets
3838
conda install --yes --file requirements.txt
3939
conda install --yes --file requirements-dev.txt
40+
pip install --no-cache-dir --force-reinstall black_nbconvert
4041

4142
# Install editable using the setup.py
4243
if [ -z ${NO_SETUP} ]; then

0 commit comments

Comments
 (0)