Skip to content

Commit

Permalink
chore(python): Add py-polars to Cargo workspace (#12256)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Nov 5, 2023
1 parent 9947241 commit d5cb4d1
Show file tree
Hide file tree
Showing 8 changed files with 1,228 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
shell: bash
run: |
maturin build
pip install target/wheels/polars-*.whl
pip install ../target/wheels/polars-*.whl
- name: Run tests
if: github.ref_name != 'main'
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ __pycache__/

# Rust
target/
Cargo.lock

# Project
/docs/data/
Expand Down
Loading

0 comments on commit d5cb4d1

Please sign in to comment.