Skip to content

Commit

Permalink
ci: add polars dependency when testing a few backends
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist committed Feb 27, 2024
1 parent d6068a4 commit b5e6373
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- geospatial
- examples
- decompiler
- polars
additional_deps:
- torch
- name: clickhouse
Expand Down Expand Up @@ -116,6 +117,7 @@ jobs:
extras:
- postgres
- geospatial
- polars
additional_deps:
- torch
services:
Expand Down Expand Up @@ -246,6 +248,7 @@ jobs:
extras:
- postgres
- geospatial
- polars
additional_deps:
- torch
services:
Expand Down

0 comments on commit b5e6373

Please sign in to comment.