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 5
5
pull_request :
6
6
workflow_dispatch :
7
7
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
-
11
8
jobs :
12
9
build-and-test :
13
10
runs-on : ubuntu-latest
14
11
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
20
13
21
- - uses : actions/setup-python @v4
14
+ - uses : actions/setup-java @v4
22
15
with :
23
- python-version : ' 3.x'
16
+ distribution : zulu
17
+ java-version : 17
18
+ java-package : jdk+fx
19
+ cache : sbt
24
20
25
- - name : Install Python 3 libraries
26
- run : pip3 install numpy scikit-learn
21
+ - uses : sbt/setup-sbt@v1
27
22
28
23
- run : sbt -v update compile
29
24
- run : sbt -v test
You can’t perform that action at this time.
0 commit comments