Skip to content

Commit

Permalink
Update spark version
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Aug 30, 2024
1 parent 3eb1ad6 commit b83c397
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
base_image: python-minimal
python_version_1: 3.12.4
python_version_2: 3.11.9
spark_version: 3.5.1
spark_version: 3.5.2
build_gpu: false
secrets: inherit
jupyter-pyspark:
Expand All @@ -115,7 +115,7 @@ jobs:
base_image: pyspark
python_version_1: 3.12.4
python_version_2: 3.11.9
spark_version: 3.5.1
spark_version: 3.5.2
build_gpu: false
secrets: inherit
vscode-pyspark:
Expand All @@ -127,7 +127,7 @@ jobs:
base_image: pyspark
python_version_1: 3.12.4
python_version_2: 3.11.9
spark_version: 3.5.1
spark_version: 3.5.2
build_gpu: false
secrets: inherit
jupyter-pytorch:
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
base_image: r-minimal
r_version_1: 4.4.1
r_version_2: 4.3.3
spark_version: 3.5.1
spark_version: 3.5.2
build_gpu: false
secrets: inherit
rstudio-sparkr:
Expand All @@ -201,7 +201,7 @@ jobs:
base_image: sparkr
r_version_1: 4.4.1
r_version_2: 4.3.3
spark_version: 3.5.1
spark_version: 3.5.2
build_gpu: false
secrets: inherit
jupyter-r:
Expand Down

0 comments on commit b83c397

Please sign in to comment.