Skip to content

Commit

Permalink
give it more threads (4 -> 10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Feb 27, 2024
1 parent 6fb4ed0 commit 4e0f7a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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: 4
CMAKE_BUILD_PARALLEL_LEVEL: 10

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


def test_custom_df_namespace() -> None:
1 / 0
x = 1
assert x == 1

@pl.api.register_dataframe_namespace("split")
class SplitFrame:
Expand Down

0 comments on commit 4e0f7a2

Please sign in to comment.