We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e057b43 commit 961f912Copy full SHA for 961f912
.github/workflows/release.yml
@@ -144,6 +144,12 @@ jobs:
144
145
- name: Test for ${{ matrix.os }} ${{ matrix.java }}
146
run: |
147
+ if: matrix.os == 'macos-latest'; then
148
+ brew install sbt
149
+ else
150
+ echo -n
151
+ fi
152
+
153
sbt +assembly
154
java -cp ./examples/target/scala-2.12/scala-polars-examples-assembly-0.1.0-SNAPSHOT.jar examples.scala.io.LazyAndEagerAPI
155
java -cp ./examples/target/scala-2.13/scala-polars-examples-assembly-0.1.0-SNAPSHOT.jar examples.scala.io.LazyAndEagerAPI
0 commit comments