Skip to content

Commit

Permalink
Use stable JupyterLab on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Jul 6, 2020
1 parent 210e6c3 commit dee3f54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python-version: '3.7'
architecture: 'x64'
- name: Install the Python dependencies
run: python -m pip install jupyterlab --pre
run: python -m pip install jupyterlab
- name: Install the NPM dependencies
run: |
cd ${EXAMPLE_FOLDER}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Install the Python dependencies
run: |
python -m pip install jupyter_packaging
python -m pip install jupyterlab --pre
python -m pip install jupyterlab
- name: Install the NPM dependencies
run: |
cd advanced/server-extension
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
python-version: '3.7'
architecture: 'x64'
- name: Install the Python dependencies
run: python -m pip install jupyterlab --pre
run: python -m pip install jupyterlab
- name: Bootstrap the jlpm deps
run: jlpm
- name: Build all the extensions
Expand Down

0 comments on commit dee3f54

Please sign in to comment.