Skip to content

Commit

Permalink
Install test extras_require in dev_install
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 10, 2020
1 parent 753d639 commit a585662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jupyter nbextension enable --py $nbExtFlags widgetsnbextension
cd ..

echo -n "ipywidgets"
pip install -v -e .
pip install -v -e ".[test]"

if test "$skip_jupyter_lab" != yes; then
jupyter labextension link ./packages/base --no-build
Expand Down

0 comments on commit a585662

Please sign in to comment.