Skip to content

Commit

Permalink
Explicitly set geotools.version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu committed May 18, 2024
1 parent c29ad25 commit 851c59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
SPARK_VERSION: ${{ matrix.spark }}
SPARK_COMPAT_VERSION: ${{ matrix.spark-compat }}
SEDONA_VERSION: ${{ matrix.sedona }}
run: (cd examples/spark-sql;mvn clean install -Dspark.version=${SPARK_VERSION} -Dspark.compat.version=${SPARK_COMPAT_VERSION} -Dsedona.version=${SEDONA_VERSION};java -jar target/sedona-spark-example-1.0.0.jar)
- run: (cd examples/flink-sql;mvn clean install;java -jar target/sedona-flink-example-1.0.0.jar)
run: (cd examples/spark-sql;mvn clean install -Dspark.version=${SPARK_VERSION} -Dgeotools.version=28.2 -Dspark.compat.version=${SPARK_COMPAT_VERSION} -Dsedona.version=${SEDONA_VERSION};java -jar target/sedona-spark-example-1.0.0.jar)
- run: (cd examples/flink-sql;mvn clean install -Dgeotools.version=1.6.0-28.2;java -jar target/sedona-flink-example-1.0.0.jar)

0 comments on commit 851c59c

Please sign in to comment.