Skip to content

Commit

Permalink
Added polars install on ci (canimus#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
canimus authored Jun 10, 2023
1 parent cac50c8 commit 5f7ed50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: 3.8
- name: Generate coverage report
run: |
pip install '.[test,snowpark,pyspark,pandas,duckdb]'
pip install '.[test,snowpark,pyspark,pandas,duckdb,polars]'
coverage run -m pytest test/unit
coverage xml -o coverage.xml
env:
Expand Down

0 comments on commit 5f7ed50

Please sign in to comment.