Skip to content

Commit 50921a7

Browse files
author
Steven Silvester
authored
Merge pull request #102 from jupyterlab/ci-lab-stable
Use stable JupyterLab on CI
2 parents 210e6c3 + dee3f54 commit 50921a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python-version: '3.7'
5151
architecture: 'x64'
5252
- name: Install the Python dependencies
53-
run: python -m pip install jupyterlab --pre
53+
run: python -m pip install jupyterlab
5454
- name: Install the NPM dependencies
5555
run: |
5656
cd ${EXAMPLE_FOLDER}
@@ -102,7 +102,7 @@ jobs:
102102
- name: Install the Python dependencies
103103
run: |
104104
python -m pip install jupyter_packaging
105-
python -m pip install jupyterlab --pre
105+
python -m pip install jupyterlab
106106
- name: Install the NPM dependencies
107107
run: |
108108
cd advanced/server-extension
@@ -166,7 +166,7 @@ jobs:
166166
python-version: '3.7'
167167
architecture: 'x64'
168168
- name: Install the Python dependencies
169-
run: python -m pip install jupyterlab --pre
169+
run: python -m pip install jupyterlab
170170
- name: Bootstrap the jlpm deps
171171
run: jlpm
172172
- name: Build all the extensions

0 commit comments

Comments
 (0)