Skip to content

Commit

Permalink
Install black_nbconvert in testenv
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Jul 6, 2020
1 parent dd3ad60 commit 3fbc689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/create_testenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fbc689

Please sign in to comment.