Skip to content

Commit 4567fac

Browse files
committed
pip install server extension from local sdist
1 parent f45433c commit 4567fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
run: |
202202
cd advanced/server-extension
203203
python setup.py sdist
204-
pip install jlab_ext_example --pre --find-links=dist --no-cache-dir
204+
pip install ./dist/jlab_ext_example* --pre --find-links=dist --no-cache-dir
205205
python -m jupyterlab.browser_check
206206
- name: Check extension as dev
207207
if: steps.filter.outputs.extension == 'true' && ( startsWith(runner.os, 'Linux') || startsWith(runner.os, 'macOS') )

0 commit comments

Comments
 (0)