Skip to content

Commit

Permalink
Merge branch 'main' into enum-nonstrict-cast
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller committed Mar 8, 2024
2 parents 3270c58 + 42a4b01 commit 239e184
Show file tree
Hide file tree
Showing 17 changed files with 271 additions and 300 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
CARGO_LLVM_COV: 1
CARGO_LLVM_COV_SHOW_ENV: 1
CARGO_LLVM_COV_TARGET_DIR: '/Users/runner/work/polars/polars/target'
# Workaround for issue compiling libz-ng-sys crate on macOS (resource temporarily unavailable)
# See: https://github.com/pola-rs/polars/pull/14715
CMAKE_BUILD_PARALLEL_LEVEL: 10

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ jobs:
with:
swap-size-gb: 10

# Workaround for issue compiling libz-ng-sys crate on macOS (resource temporarily unavailable)
# See: https://github.com/pola-rs/polars/pull/14715
- name: Set cmake build threads for MacOS
if: matrix.os == 'macos-latest'
run: echo "CMAKE_BUILD_PARALLEL_LEVEL=10" >> $GITHUB_ENV

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
Loading

0 comments on commit 239e184

Please sign in to comment.