File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
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
12
+ - uses : actions/checkout@v4
16
13
17
- - uses : olafurpg /setup-scala@v13
14
+ - uses : actions /setup-java@v4
18
15
with :
19
- java-version : liberica@17=tgz+${{ env.LIBERICA_URL }}
16
+ distribution : temurin
17
+ java-version : 17
18
+ java-package : jdk+fx
19
+ cache : sbt
20
+
21
+ - uses : sbt/setup-sbt@v1
20
22
21
- - uses : actions/setup-python@v4
23
+ - uses : actions/setup-python@v5
22
24
with :
23
- python-version : ' 3.x '
25
+ python-version : ' 3.10 '
24
26
25
27
- name : Install Python 3 libraries
26
28
run : pip3 install numpy scikit-learn
You can’t perform that action at this time.
0 commit comments