Skip to content

Commit

Permalink
Fix inclusion of jupyter file and check in CI (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jul 8, 2022
1 parent 035bf11 commit e7eeb9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -40,6 +40,10 @@ jobs:
- name: Test with pytest
run: |
python -m pytest -vv --timeout 60 --cov jupyter_core --cov-report term-missing:skip-covered
- name: Check CLI
run: |
cd $HOME
jupyter troubleshoot
test_miniumum_versions:
name: Test Minimum Versions
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.0"]
requires = ["hatchling>=1.4"]
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -54,6 +54,9 @@ jupyter-troubleshoot = "jupyter_core.troubleshoot:main"
[tool.hatch.version]
path = "jupyter_core/version.py"

[tool.hatch.build.force-include]
"./jupyter.py" = "jupyter.py"

[tool.mypy]
check_untyped_defs = true
disallow_any_generics = false
Expand Down

0 comments on commit e7eeb9e

Please sign in to comment.