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 d67bc38 commit 127736dCopy full SHA for 127736d
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install packaging dependencies
34
run: |
35
set -eux
36
- python -m pip install -vv -U --user pip wheel setuptools
+ python -m pip install -vv -U --user pip wheel setuptools 'jupyterlab~=3.0'
37
yarn --version || npm install -g yarn
38
- name: Pre-install node dependencies
39
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
- python -m pip install -vv -U --user pip wheel setuptools 'jupyterlab~=3.0'
+ python -m pip install -vv -U --user pip wheel setuptools
77
- name: Set up node
78
uses: actions/setup-node@v2
79
with:
0 commit comments