Skip to content

Commit

Permalink
use rc3 pyspark
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorukanti authored Sep 9, 2024
1 parent de1769b commit 5bad06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spark_python_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# the`version.sbt` file.
pipenv run pip install pip==24.0 setuptools==69.5.1 wheel==0.43.0
#pipenv run pip install pyspark==3.5.0
pipenv run pip install https://dist.apache.org/repos/dist/dev/spark/v3.5.3-rc2-bin/pyspark-3.5.3.tar.gz
pipenv run pip install https://dist.apache.org/repos/dist/dev/spark/v3.5.3-rc3-bin/pyspark-3.5.3.tar.gz
pipenv run pip install flake8==3.5.0 pypandoc==1.3.3
pipenv run pip install black==23.9.1
pipenv run pip install importlib_metadata==3.10.0
Expand Down

0 comments on commit 5bad06c

Please sign in to comment.