We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5965c7f commit c2275a7Copy full SHA for c2275a7
.github/workflows/python-tests.yml
@@ -126,7 +126,7 @@ jobs:
126
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
127
- uses: jupyterlab/maintainer-tools/.github/actions/test-sdist@v1
128
with:
129
- package_spec: .
+ package_spec: -vv .
130
test_command: hatch run test:test || hatch run test:test --lf
131
132
check_release:
pyproject.toml
@@ -120,6 +120,7 @@ ensured-targets = [
120
"jupyter_server/static/style/bootstrap.min.css",
121
"jupyter_server/static/style/bootstrap-theme.min.css"
122
]
123
+skip-if-exists = ["jupyter_server/static/style/bootstrap.min.css"]
124
install-pre-commit-hook = true
125
optional-editable-build = true
0 commit comments