Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Feb 27, 2024
1 parent abb2741 commit 6fb4ed0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
CARGO_LLVM_COV: 1
CARGO_LLVM_COV_SHOW_ENV: 1
CARGO_LLVM_COV_TARGET_DIR: '/Users/runner/work/polars/polars/target'
CMAKE_BUILD_PARALLEL_LEVEL: 3
CMAKE_BUILD_PARALLEL_LEVEL: 4

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions py-polars/tests/unit/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@


def test_custom_df_namespace() -> None:
1 / 0

@pl.api.register_dataframe_namespace("split")
class SplitFrame:
def __init__(self, df: pl.DataFrame):
Expand Down

0 comments on commit 6fb4ed0

Please sign in to comment.