Skip to content

Commit

Permalink
ci: Add polars-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jun 23, 2024
1 parent c0871ef commit 5cad69e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions py-polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ polars-parquet = { workspace = true, optional = true }
polars-plan = { workspace = true }
polars-time = { workspace = true }
polars-utils = { workspace = true }
# TODO! remove this once truly activated. This is required to make sdist building work
polars-stream = {workspace = true}

This comment has been minimized.

Copy link
@mcrumiller

mcrumiller Jun 23, 2024

Contributor

Hi @ritchie46, I think you committed this directly so the CI didn't pick that you need spaces around workspace = true, causing other PRs to trigger a lint test failure.

This comment has been minimized.

Copy link
@mcrumiller

mcrumiller Jun 23, 2024

Contributor

#17145 should fix


ahash = { workspace = true }
arboard = { workspace = true, optional = true }
Expand Down

0 comments on commit 5cad69e

Please sign in to comment.