Skip to content

Commit

Permalink
added jupyterlab 3 in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
  • Loading branch information
Kharude, Sachin committed Feb 26, 2021
1 parent f30f674 commit d8cd2f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:

- name: Mamba install dependencies
run: mamba install python=${{ matrix.python-version }} pip nodejs yarn jupyter-packaging

- name: Mamba install JupyterLab 3
run: mamba install jupyterlab=3 ipywidgets=7.6

- name: Install tools
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d8cd2f1

Please sign in to comment.