Skip to content

Commit

Permalink
ci: update skip logics for Flink, Dask, and Impala
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed May 20, 2024
1 parent ab8cc16 commit b4d6aa3
Showing 1 changed file with 52 additions and 4 deletions.
56 changes: 52 additions & 4 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,32 @@ jobs:
extras:
- dask
- os: ubuntu-latest
python-version: "3.10"
python-version: "3.11"
backend:
name: dask
title: Dask
name: flink
title: Flink
serial: true
extras:
- dask
- flink
additional_deps:
- "'apache-flink < 1.20.0'"
- "'pandas < 2.2'"
services:
- flink
- os: ubuntu-latest
python-version: "3.11"
backend:
name: impala
title: Impala
serial: true
extras:
- impala
services:
- impala
- kudu
sys-deps:
- cmake
- ninja-build
exclude:
- os: windows-latest
backend:
Expand Down Expand Up @@ -298,6 +318,21 @@ jobs:
- postgres
sys-deps:
- libgeos-dev
# TODO(deepyaman): Test whether this works upon releasing https://github.com/cloudera/impyla/commit/bf1f94c3c4106ded6267d2485c1e939775a6a87f
- os: ubuntu-latest
python-version: "3.12"
backend:
name: impala
title: Impala
serial: true
extras:
- impala
services:
- impala
- kudu
sys-deps:
- cmake
- ninja-build
- os: windows-latest
backend:
name: impala
Expand Down Expand Up @@ -348,6 +383,19 @@ jobs:
- oracle
services:
- oracle
- os: ubuntu-latest
python-version: "3.12"
backend:
name: flink
title: Flink
serial: true
extras:
- flink
additional_deps:
- "'apache-flink < 1.20.0'"
- "'pandas < 2.2'"
services:
- flink
- os: windows-latest
backend:
name: flink
Expand Down

0 comments on commit b4d6aa3

Please sign in to comment.