File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [pull_request]
5
5
jobs :
6
6
lint :
7
7
name : Lint check
8
- runs-on : ubuntu-16 .04
8
+ runs-on : ubuntu-18 .04
9
9
steps :
10
10
- uses : actions/checkout@v1
11
11
- uses : actions/setup-python@v1
19
19
20
20
format :
21
21
name : Formatting check
22
- runs-on : ubuntu-16 .04
22
+ runs-on : ubuntu-18 .04
23
23
24
24
steps :
25
25
- uses : actions/checkout@v1
34
34
35
35
wheel-build :
36
36
name : Wheel test
37
- runs-on : ubuntu-16 .04
37
+ runs-on : ubuntu-18 .04
38
38
39
39
steps :
40
40
- uses : actions/checkout@v1
53
53
54
54
bazel-tests :
55
55
name : Library tests
56
- runs-on : ubuntu-16 .04
56
+ runs-on : ubuntu-18 .04
57
57
needs : [lint, format]
58
58
59
59
steps :
71
71
72
72
leak-tests :
73
73
name : Memory Leak tests
74
- runs-on : ubuntu-16 .04
74
+ runs-on : ubuntu-18 .04
75
75
needs : [lint, format]
76
76
77
77
steps :
89
89
90
90
tutorials-test :
91
91
name : Tutorial tests
92
- runs-on : ubuntu-16 .04
92
+ runs-on : ubuntu-18 .04
93
93
needs : [lint, format, wheel-build]
94
94
95
95
steps :
@@ -107,4 +107,4 @@ jobs:
107
107
- name : Build Wheel
108
108
run : ./scripts/build_pip_package_test.sh
109
109
- name : Test Notebooks
110
- run : ./scripts/ci_validate_tutorials.sh
110
+ run : ./scripts/ci_validate_tutorials.sh
You can’t perform that action at this time.
0 commit comments