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 f45433c commit 4567facCopy full SHA for 4567fac
.github/workflows/main.yml
@@ -201,7 +201,7 @@ jobs:
201
run: |
202
cd advanced/server-extension
203
python setup.py sdist
204
- pip install jlab_ext_example --pre --find-links=dist --no-cache-dir
+ pip install ./dist/jlab_ext_example* --pre --find-links=dist --no-cache-dir
205
python -m jupyterlab.browser_check
206
- name: Check extension as dev
207
if: steps.filter.outputs.extension == 'true' && ( startsWith(runner.os, 'Linux') || startsWith(runner.os, 'macOS') )
0 commit comments