Skip to content

Commit

Permalink
ci(spark,flink): install setuptools
Browse files Browse the repository at this point in the history
3.12 removes setuptools and apparently these backends relied on one of
their transitive dependencies to install setuptools.
  • Loading branch information
cpcloud committed Jun 7, 2024
1 parent 1d2839e commit 1d1ccbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ jobs:
additional_deps:
- "'apache-flink < 1.20.0'"
- "'pandas < 2.2'"
- setuptools
services:
- flink
include:
Expand All @@ -250,6 +251,7 @@ jobs:
additional_deps:
- "'apache-flink < 1.20.0'"
- "'pandas < 2.2'"
- setuptools
services:
- flink
- os: ubuntu-latest
Expand Down Expand Up @@ -400,6 +402,7 @@ jobs:
additional_deps:
- "'apache-flink < 1.20.0'"
- "'pandas < 2.2'"
- setuptools
services:
- flink
- os: windows-latest
Expand All @@ -412,6 +415,7 @@ jobs:
additional_deps:
- "'apache-flink < 1.20.0'"
- "'pandas < 2.2'"
- setuptools
services:
- flink
- os: windows-latest
Expand Down Expand Up @@ -686,6 +690,7 @@ jobs:
deps:
- "'pandas@>2'"
- "'numpy@>1.24'"
- setuptools
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1d1ccbb

Please sign in to comment.