We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3e8a2 commit d67bc38Copy full SHA for d67bc38
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Install packaging dependencies
74
run: |
75
set -eux
76
- python -m pip install -vv -U --user pip wheel setuptools
+ python -m pip install -vv -U --user pip wheel setuptools 'jupyterlab~=3.0'
77
- name: Set up node
78
uses: actions/setup-node@v2
79
with:
0 commit comments