File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed
tensorflow-keras-import-examples Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 3
3
- cron : " 0 */12 * * *"
4
4
workflow_dispatch :
5
5
jobs :
6
- # Wait for up to a minute for previous run to complete, abort if not done by then
7
- pre-ci :
8
- runs-on : ubuntu-latest
9
- timeout-minutes : 1
10
- steps :
11
- - name : ' Block Concurrent Executions'
12
- uses : softprops/turnstyle@v1
13
- with :
14
- poll-interval-seconds : 10
15
- env :
16
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17
6
# Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads.
18
- linux-arm64 :
19
- needs : pre-ci
20
- runs-on : ubuntu-16.04
7
+ linux-x86_64 :
8
+ runs-on : ubuntu-18.04
21
9
steps :
22
10
- uses : AutoModality/action-clean@v1
23
11
- name : Cancel Previous Runs
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ information regarding copyright ownership.
42
42
<exec-maven-plugin .version>1.4.0</exec-maven-plugin .version>
43
43
<maven-shade-plugin .version>2.4.3</maven-shade-plugin .version>
44
44
<logback .version>1.1.7</logback .version>
45
- <scala .binary.version>2.11 </scala .binary.version>
45
+ <scala .binary.version>2.12 </scala .binary.version>
46
46
<spark .version>2.4.8</spark .version>
47
47
<tablesaw .version>0.38.5</tablesaw .version>
48
48
<!-- Note: tablesaw needs a newer version of guava -->
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ information regarding copyright ownership.
42
42
<exec-maven-plugin .version>1.4.0</exec-maven-plugin .version>
43
43
<maven-shade-plugin .version>2.4.3</maven-shade-plugin .version>
44
44
<logback .version>1.1.7</logback .version>
45
- <javacpp .version>1.5.5 </javacpp .version>
45
+ <javacpp .version>1.5.7 </javacpp .version>
46
46
<tensorflow .version>1.15.5</tensorflow .version>
47
47
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
48
48
<junit .version>5.8.0-M1</junit .version>
You can’t perform that action at this time.
0 commit comments