File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
python-version : ' 3.7'
51
51
architecture : ' x64'
52
52
- name : Install the Python dependencies
53
- run : python -m pip install jupyterlab --pre
53
+ run : python -m pip install jupyterlab
54
54
- name : Install the NPM dependencies
55
55
run : |
56
56
cd ${EXAMPLE_FOLDER}
@@ -102,7 +102,7 @@ jobs:
102
102
- name : Install the Python dependencies
103
103
run : |
104
104
python -m pip install jupyter_packaging
105
- python -m pip install jupyterlab --pre
105
+ python -m pip install jupyterlab
106
106
- name : Install the NPM dependencies
107
107
run : |
108
108
cd advanced/server-extension
@@ -166,7 +166,7 @@ jobs:
166
166
python-version : ' 3.7'
167
167
architecture : ' x64'
168
168
- name : Install the Python dependencies
169
- run : python -m pip install jupyterlab --pre
169
+ run : python -m pip install jupyterlab
170
170
- name : Bootstrap the jlpm deps
171
171
run : jlpm
172
172
- name : Build all the extensions
You can’t perform that action at this time.
0 commit comments