We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa28114 commit 3d131a4Copy full SHA for 3d131a4
.github/workflows/main.yml
@@ -110,7 +110,7 @@ jobs:
110
if: steps.filter.outputs.extension == 'true'
111
run: |
112
cd ${EXAMPLE_FOLDER}
113
- pip install -e .
+ pip install .
114
jupyter labextension list 2>&1 | grep -ie "@jupyterlab-examples/*.*OK"
115
python -m jupyterlab.browser_check
116
pip uninstall -y $(python setup.py --name)
@@ -214,7 +214,7 @@ jobs:
214
215
216
cd server-extension
217
218
- name: Check extension as dev
219
if: steps.filter.outputs.extension == 'true' && ( startsWith(runner.os, 'Linux') || startsWith(runner.os, 'macOS') )
220
0 commit comments