Skip to content

Commit

Permalink
ci(flink): ensure that pip-installed dependencies are correctly spe…
Browse files Browse the repository at this point in the history
…cified (#9785)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
cpcloud and renovate[bot] authored Aug 7, 2024
1 parent 7144257 commit acfcac8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
extras:
- flink
additional_deps:
- "'apache-flink@1.19.1'"
- "'apache-flink==1.19.1'"
- "'pandas<2.2'"
- setuptools
services:
Expand All @@ -249,7 +249,7 @@ jobs:
extras:
- flink
additional_deps:
- "'apache-flink@1.19.1'"
- "'apache-flink==1.19.1'"
- "'pandas<2.2'"
- setuptools
services:
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
extras:
- flink
additional_deps:
- "'apache-flink@1.19.1'"
- "'apache-flink==1.19.1'"
- "'pandas<2.2'"
- setuptools
services:
Expand All @@ -413,7 +413,7 @@ jobs:
extras:
- flink
additional_deps:
- "'apache-flink@1.19.1'"
- "'apache-flink==1.19.1'"
- "'pandas<2.2'"
- setuptools
services:
Expand Down

0 comments on commit acfcac8

Please sign in to comment.