Skip to content

Commit

Permalink
Remove 3.5.2 from test list (#836)
Browse files Browse the repository at this point in the history
Signed-off-by: GBBBAS <[email protected]>
  • Loading branch information
GBBBAS authored Oct 29, 2024
1 parent b3f674e commit e67d6fd
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e67d6fd

Please sign in to comment.