File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 55 pull_request :
66 workflow_dispatch :
77
8- env :
9- LIBERICA_URL : https://download.bell-sw.com/java/17.0.5+8/bellsoft-jdk17.0.5+8-linux-amd64-full.tar.gz
10-
118jobs :
129 build-and-test :
1310 runs-on : ubuntu-latest
1411 steps :
15- - uses : actions/checkout@v3
16-
17- - uses : olafurpg/setup-scala@v13
18- with :
19- java-version : liberica@17=tgz+${{ env.LIBERICA_URL }}
12+ - uses : actions/checkout@v4
2013
21- - uses : actions/setup-python @v4
14+ - uses : actions/setup-java @v4
2215 with :
23- python-version : ' 3.x'
16+ distribution : zulu
17+ java-version : 17
18+ java-package : jdk+fx
19+ cache : sbt
2420
25- - name : Install Python 3 libraries
26- run : pip3 install numpy scikit-learn
21+ - uses : sbt/setup-sbt@v1
2722
2823 - run : sbt -v update compile
2924 - run : sbt -v test
You can’t perform that action at this time.
0 commit comments