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 06d1539 commit a34eeb8Copy full SHA for a34eeb8
.github/workflows/build.yml
@@ -32,6 +32,7 @@ jobs:
32
uv run jupyter labextension list
33
uv run jupyter labextension list 2>&1 | grep -ie "ipylab.*OK"
34
uv run python -m jupyterlab.browser_check
35
+ uv run pytest
36
37
- name: Upload extension packages
38
uses: actions/upload-artifact@v4
0 commit comments