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 a9165b1 commit 900bd9cCopy full SHA for 900bd9c
.github/workflows/build.yml
@@ -184,6 +184,9 @@ jobs:
184
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
185
186
- name: Install dependencies
187
+ run: python -m pip install -U "jupyterlab>=4.0.0,<5"
188
+
189
+ - name: Install node dependencies
190
run: jlpm
191
env:
192
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -205,6 +208,9 @@ jobs:
205
208
206
209
207
210
211
212
213
214
215
216
0 commit comments