From e67d6fdab109e867de5ca42ba0561c40077cc004 Mon Sep 17 00:00:00 2001 From: GBBBAS <42962356+GBBBAS@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:33:35 +0000 Subject: [PATCH] Remove 3.5.2 from test list (#836) Signed-off-by: GBBBAS --- .github/workflows/test.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99bd9856d..53af11eeb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,22 +27,8 @@ jobs: matrix: os: [ubuntu-latest] python-version: ["3.9", "3.10", "3.11"] - pyspark: - [ - "3.3.0", - "3.3.1", - "3.3.2", - "3.4.0", - "3.4.1", - "3.5.0", - "3.5.1", - "3.5.2", - ] + pyspark: ["3.3.0", "3.3.1", "3.3.2", "3.4.0", "3.4.1", "3.5.0", "3.5.1"] exclude: - - pyspark: "3.5.2" - python-version: "3.9" - - pyspark: "3.5.2" - python-version: "3.10" - pyspark: "3.5.1" python-version: "3.9" - pyspark: "3.5.1" @@ -80,8 +66,6 @@ jobs: delta-spark: "3.0.0" - pyspark: "3.5.1" delta-spark: "3.0.0" - - pyspark: "3.5.2" - delta-spark: "3.0.0" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4