Skip to content

Commit

Permalink
Add skip-if-exists config (#1108)
Browse files Browse the repository at this point in the history
Fixes #1107
  • Loading branch information
blink1073 authored Dec 1, 2022
1 parent 5965c7f commit c2275a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: jupyterlab/maintainer-tools/.github/actions/test-sdist@v1
with:
package_spec: .
package_spec: -vv .
test_command: hatch run test:test || hatch run test:test --lf

check_release:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ ensured-targets = [
"jupyter_server/static/style/bootstrap.min.css",
"jupyter_server/static/style/bootstrap-theme.min.css"
]
skip-if-exists = ["jupyter_server/static/style/bootstrap.min.css"]
install-pre-commit-hook = true
optional-editable-build = true

Expand Down

0 comments on commit c2275a7

Please sign in to comment.