Skip to content

Commit

Permalink
ci: add iceberg jar to pyspark 3.5 job
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Jul 18, 2024
1 parent 105bfe3 commit 426c361
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,11 @@ jobs:
if: matrix.pyspark-version == '3.5'
run: poetry run pip install delta-spark

- name: install iceberg
shell: bash
if: matrix.pyspark-version == '3.5'
run: pushd "$(poetry run python -c "import pyspark; print(pyspark.__file__.rsplit('/', 1)[0])")/jars" && curl -LO https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-3.5_2.12/1.5.2/iceberg-spark-runtime-3.5_2.12-1.5.2.jar

- name: run tests
run: just ci-check -m pyspark

Expand Down

0 comments on commit 426c361

Please sign in to comment.