This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kudu.git

commit 663ffd1a45b9e675058d708ef4f45546736a985f
Author: Ferenc Csaky <ferenc.cs...@pm.me>
AuthorDate: Thu Apr 11 20:53:49 2024 +0200

    [FLINK-34930] Remove Python CI
---
 .github/workflows/push_pr.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 20a6666..72b98a2 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -36,10 +36,3 @@ jobs:
     with:
       flink_version: ${{ matrix.flink }}
       jdk_version: ${{ matrix.jdk }}
-  python_test:
-    strategy:
-      matrix:
-        flink: [ 1.17.2, 1.18.1, 1.19-SNAPSHOT ]
-    uses: 
apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
-    with:
-      flink_version: ${{ matrix.flink }}
\ No newline at end of file

Reply via email to