Skip to content

Commit

Permalink
Allow to download preview versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Oct 20, 2024
1 parent ebae745 commit a702f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/pyspark-notebook/setup_spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_latest_spark_version() -> str:
stable_versions = [
ref.removeprefix("spark-").removesuffix("/")
for ref in all_refs
if ref.startswith("spark-") and "incubating" not in ref and "preview" not in ref
if ref.startswith("spark-") and "incubating" not in ref
]

# Compare versions semantically
Expand Down

0 comments on commit a702f5e

Please sign in to comment.