File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - name : Run tests for all Scala versions supported
3535 run : sbt +test
3636
37- - name : Upload sparkMeasure package for Scala 2.13 (Java 11 and Python 3.12)
37+ - name : Upload sparkMeasure package for Scala 2.13 (Java 17 and Python 3.12)
3838 if : matrix.java-version == '17' && matrix.python-version == '3.12'
3939 uses : actions/upload-artifact@v4
4040 with :
4848 with :
4949 name : sparkMeasure package scala 2.12
5050 path : target/scala-2.12/*.jar
51- # This upload step is also conditional on Java 11 and Python 3.12
51+ # This upload step is conditional on Java 11 and Python 3.12
5252
5353 - name : Set up Python ${{ matrix.python-version }}
5454 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ val testDeps = Seq(
2020)
2121
2222libraryDependencies ++= Seq (
23- " org.apache.spark" %% " spark-sql" % " 3.5.5 " ,
23+ " org.apache.spark" %% " spark-sql" % " 3.5.6 " ,
2424 " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.18.3" ,
2525 " org.slf4j" % " slf4j-api" % " 2.0.17" ,
2626 " org.influxdb" % " influxdb-java" % " 2.25" ,
Original file line number Diff line number Diff line change 1- pyspark
1+ pyspark == 3.5.6
22pytest
33
You can’t perform that action at this time.
0 commit comments