Skip to content

Commit e186728

Browse files
committed
Fix CI
1 parent 0a90b66 commit e186728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
- name: Make a non-local install so the data_files get populated
7373
run: |
7474
pip uninstall -y jupyter_widget_testwidgets
75+
cd jupyter-widget-testwidgets
7576
pip install .
7677
jupyter nbextension enable --py --sys-prefix jupyter_widget_testwidgets
7778
# Validate nbextension (enable does not use exit code):

0 commit comments

Comments
 (0)