Skip to content

Commit

Permalink
chore(ci): Add missing mypy dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jan 24, 2025
1 parent de41e57 commit 1af7447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ gen: ${GENALL}

build-self: ensure-docker
cargo build --all
uv sync --package gl-client
uv sync --package gl-client --extra dev

check-all: check-rs check-self check-py check-testing-py

Expand Down
1 change: 1 addition & 0 deletions libs/gl-client-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ build-backend = "maturin"
dev = [
"grpcio>=1.67",
"maturin>=1",
"mypy>=1.14.1",
"protobuf>=4",
"pyln-grpc-proto>=0.1.2",
]
Expand Down

0 comments on commit 1af7447

Please sign in to comment.