Skip to content

Commit

Permalink
install polars-benchmark requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 13, 2024
1 parent c331e4a commit 5b5cae5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/remote-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
uv pip install -U typing-extensions
uv pip install --compile-bytecode -r requirements-dev.txt -r requirements-ci.txt --verbose
- name: Install Polars-Benchmark dependencies
working-directory: polars-benchmark
run: |
uv pip install --compile-bytecode -r requirements-polars-only.txt
- name: Set up Rust
run: rustup show

Expand All @@ -51,7 +56,8 @@ jobs:
RUSTFLAGS: -C embed-bitcode -D warnings
working-directory: py-polars
run: |
maturin develop --release -- -C codegen-units=8 -C lto=thin -C target-cpu=native
# maturin develop --release -- -C codegen-units=8 -C lto=thin -C target-cpu=native
maturin develop -- -C target-cpu=native
- name: Run benchmark
working-directory: polars-benchmark
Expand Down

0 comments on commit 5b5cae5

Please sign in to comment.