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 516f029 commit f66b1c5Copy full SHA for f66b1c5
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: '3.7'
23
architecture: 'x64'
24
- name: Install dependencies
25
- run: python -m pip install jupyterlab
+ run: python -m pip install jupyterlab --pre
26
- name: Build the extension
27
run: |
28
jlpm
0 commit comments