We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a956c commit ac4fe0cCopy full SHA for ac4fe0c
.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==1.2.6
26
- name: Build the extension
27
run: |
28
jlpm && jlpm run build
0 commit comments