Skip to content

Commit

Permalink
Broser check pin
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Sep 10, 2020
1 parent 419708b commit bcae38f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
python-version: '3.7'
architecture: 'x64'
- name: Install JupyterLab
run: python -m pip install jupyterlab
# pin nbconvert to 5.6.1 because jupyterlab's browser check overrides jupyter data paths
# cf https://github.com/jupyterlab/jupyterlab/issues/8976
run: python -m pip install jupyterlab nbconvert==5.6.1
- name: Install the Voilà Preview JupyterLab extension
run: |
cd packages/jupyterlab-voila
Expand Down

0 comments on commit bcae38f

Please sign in to comment.