Skip to content

Commit

Permalink
spark v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Mar 27, 2024
1 parent db48c71 commit 1dd4302
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
base_image: python-minimal
python_version_1: 3.11.6
python_version_2: 3.10.13
spark_version: 3.5.0
spark_version: 3.5.1
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -166,7 +166,7 @@ jobs:
base_image: pyspark
python_version_1: 3.11.6
python_version_2: 3.10.13
spark_version: 3.5.0
spark_version: 3.5.1
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -182,7 +182,7 @@ jobs:
base_image: pyspark
python_version_1: 3.11.6
python_version_2: 3.10.13
spark_version: 3.5.0
spark_version: 3.5.1
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
base_image: r-minimal
r_version_1: 4.3.2
r_version_2: 4.2.3
spark_version: 3.5.0
spark_version: 3.5.1
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -289,7 +289,7 @@ jobs:
base_image: sparkr
r_version_1: 4.3.2
r_version_2: 4.2.3
spark_version: 3.5.0
spark_version: 3.5.1
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
base_image: python-minimal
python_version_1: 3.11.6
python_version_2: 3.10.13
spark_version: 3.5.0
spark_version: 3.5.1
branch: ${{ github.ref }}
sparkr:
needs: changes
Expand All @@ -162,7 +162,7 @@ jobs:
base_image: r-minimal
r_version_1: 4.3.2
r_version_2: 4.2.3
spark_version: 3.5.0
spark_version: 3.5.1
branch: ${{ github.ref }}
r-python-julia:
needs: changes
Expand Down

0 comments on commit 1dd4302

Please sign in to comment.