Skip to content

Commit f66b1c5

Browse files
authored
Install jupyterlab prerelease on CI
1 parent 516f029 commit f66b1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: '3.7'
2323
architecture: 'x64'
2424
- name: Install dependencies
25-
run: python -m pip install jupyterlab
25+
run: python -m pip install jupyterlab --pre
2626
- name: Build the extension
2727
run: |
2828
jlpm

0 commit comments

Comments
 (0)