Skip to content

Commit 3d131a4

Browse files
jtpiofcollonval
authored andcommitted
pip install .
1 parent aa28114 commit 3d131a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if: steps.filter.outputs.extension == 'true'
111111
run: |
112112
cd ${EXAMPLE_FOLDER}
113-
pip install -e .
113+
pip install .
114114
jupyter labextension list 2>&1 | grep -ie "@jupyterlab-examples/*.*OK"
115115
python -m jupyterlab.browser_check
116116
pip uninstall -y $(python setup.py --name)
@@ -214,7 +214,7 @@ jobs:
214214
if: steps.filter.outputs.extension == 'true'
215215
run: |
216216
cd server-extension
217-
pip install -e .
217+
pip install .
218218
- name: Check extension as dev
219219
if: steps.filter.outputs.extension == 'true' && ( startsWith(runner.os, 'Linux') || startsWith(runner.os, 'macOS') )
220220
run: |

0 commit comments

Comments
 (0)