Skip to content

Commit

Permalink
adjusted pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtfa committed Dec 3, 2024
1 parent ac23e25 commit bc5aa61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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.*"
Expand Down

0 comments on commit bc5aa61

Please sign in to comment.