Skip to content

Commit c2275a7

Browse files
authored
Add skip-if-exists config (#1108)
Fixes #1107
1 parent 5965c7f commit c2275a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
127127
- uses: jupyterlab/maintainer-tools/.github/actions/test-sdist@v1
128128
with:
129-
package_spec: .
129+
package_spec: -vv .
130130
test_command: hatch run test:test || hatch run test:test --lf
131131

132132
check_release:

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ ensured-targets = [
120120
"jupyter_server/static/style/bootstrap.min.css",
121121
"jupyter_server/static/style/bootstrap-theme.min.css"
122122
]
123+
skip-if-exists = ["jupyter_server/static/style/bootstrap.min.css"]
123124
install-pre-commit-hook = true
124125
optional-editable-build = true
125126

0 commit comments

Comments
 (0)