Skip to content

Commit c236888

Browse files
committed
Also exclude cloud-export-to-parquet from --all-groups (pandas 2.3.1 build broken)
1 parent b9ebc7e commit c236888

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ lint = [
122122
{ cmd = "uv run ruff format --check" },
123123
{ ref = "lint-types" },
124124
]
125-
lint-types = "uv run --all-groups --no-group langgraph mypy --check-untyped-defs --namespace-packages ."
126-
test = "uv run --all-groups --no-group langgraph pytest"
125+
lint-types = "uv run --all-groups --no-group langgraph --no-group cloud-export-to-parquet mypy --check-untyped-defs --namespace-packages ."
126+
test = "uv run --all-groups --no-group langgraph --no-group cloud-export-to-parquet pytest"
127127

128128
[tool.pytest.ini_options]
129129
asyncio_mode = "auto"

0 commit comments

Comments
 (0)