diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e7d12a..fb6bb3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,9 +3,6 @@ on: push: branches: - main - tags: - - 'v[0-9]+\.[0-9]+\.[0-9]+\.dev[0-9]+' - - 'v[0-9]+\.[0-9]+\.[0-9]+' pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/pyproject.toml b/pyproject.toml index 73b400a..8241e33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,6 +74,9 @@ py312 = {dependencies = {python="3.12.*"}} [tool.pixi.environments] default = {features = [], solve-group = "default"} +jupyter = {features = ["jupyter"], solve-group = "default"} +testpy311 = ['py311'] +testpy312 = ['py312'] [tool.hatch.version] source = "regex_commit" @@ -109,7 +112,6 @@ addopts = "--ignore=almkanal/__version__.py" [tool.mypy] disable_error_code = "import-untyped" disallow_untyped_defs = false -exclude = './tests/' [[tool.mypy.overrides]] module = "almkanal.*"