Skip to content

Commit 228bdd0

Browse files
committed
Add pip check
1 parent 7ab97db commit 228bdd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/job.test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,9 @@ jobs:
300300
- name: Install python packages
301301
run: python -m pip install --find-links=dist --no-index --ignore-installed --no-deps jupyter_lsp jupyterlab_lsp
302302

303+
- name: Pip check
304+
run: python -m pip check
305+
303306
- name: List server extensions
304307
run: jupyter server extension list
305308

0 commit comments

Comments
 (0)