Skip to content

Commit cddfaaf

Browse files
committed
update pixi
1 parent 2143926 commit cddfaaf

File tree

3 files changed

+226
-364
lines changed

3 files changed

+226
-364
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Run ruff
3131
run: pixi run lint
3232

33+
- name: Run mypy
34+
run: pixi run mypy flopy4
35+
3336
build:
3437
name: Build
3538
runs-on: ubuntu-latest

flopy4/mf6/gwf/chd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212

1313
# TODO get rid of multi, just infer from parent?
14-
@xattree(multi="list")
1514
class Chd(Package):
1615
@define(slots=False)
1716
class Steps:

0 commit comments

Comments
 (0)