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 33 - cron : " 0 */12 * * *"
44 workflow_dispatch :
55jobs :
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 }}
176 # 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
219 steps :
2210 - uses : AutoModality/action-clean@v1
2311 - name : Cancel Previous Runs
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ information regarding copyright ownership.
4242 <exec-maven-plugin .version>1.4.0</exec-maven-plugin .version>
4343 <maven-shade-plugin .version>2.4.3</maven-shade-plugin .version>
4444 <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>
4646 <spark .version>2.4.8</spark .version>
4747 <tablesaw .version>0.38.5</tablesaw .version>
4848 <!-- 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.
4242 <exec-maven-plugin .version>1.4.0</exec-maven-plugin .version>
4343 <maven-shade-plugin .version>2.4.3</maven-shade-plugin .version>
4444 <logback .version>1.1.7</logback .version>
45- <javacpp .version>1.5.5 </javacpp .version>
45+ <javacpp .version>1.5.7 </javacpp .version>
4646 <tensorflow .version>1.15.5</tensorflow .version>
4747 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4848 <junit .version>5.8.0-M1</junit .version>
You can’t perform that action at this time.
0 commit comments