Skip to content

Commit 127736d

Browse files
committed
put jlab 3 in correct place
1 parent d67bc38 commit 127736d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install packaging dependencies
3434
run: |
3535
set -eux
36-
python -m pip install -vv -U --user pip wheel setuptools
36+
python -m pip install -vv -U --user pip wheel setuptools 'jupyterlab~=3.0'
3737
yarn --version || npm install -g yarn
3838
- name: Pre-install node dependencies
3939
run: |
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install packaging dependencies
7474
run: |
7575
set -eux
76-
python -m pip install -vv -U --user pip wheel setuptools 'jupyterlab~=3.0'
76+
python -m pip install -vv -U --user pip wheel setuptools
7777
- name: Set up node
7878
uses: actions/setup-node@v2
7979
with:

0 commit comments

Comments
 (0)