File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
bazel :
10
10
name : Bazel Buildifier
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-20.04
12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
- run : |
15
- sudo python3 -m pip install -U numpy pip wheel setuptools requests
15
+ sudo python3 -m pip install -U numpy pip
16
16
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- bazel
17
17
- uses : reviewdog/action-suggester@v1
18
18
black :
19
19
name : Python Black
20
- runs-on : ubuntu-latest
20
+ runs-on : ubuntu-20.04
21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
- run : |
24
- sudo python3 -m pip install -U numpy pip wheel setuptools requests
24
+ sudo python3 -m pip install -U numpy pip
25
25
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- black
26
26
- uses : reviewdog/action-suggester@v1
27
27
clang :
28
28
name : Clang Format
29
- runs-on : ubuntu-latest
29
+ runs-on : ubuntu-20.04
30
30
steps :
31
31
- uses : actions/checkout@v2
32
32
- run : |
33
- sudo python3 -m pip install -U numpy pip wheel setuptools requests
33
+ sudo python3 -m pip install -U numpy pip
34
34
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- clang
35
35
- uses : reviewdog/action-suggester@v1
36
36
pyupgrade :
37
37
name : Python Pyupgrade
38
- runs-on : ubuntu-latest
38
+ runs-on : ubuntu-20.04
39
39
steps :
40
40
- uses : actions/checkout@v2
41
41
- run : |
42
- sudo python3 -m pip install -U numpy pip wheel setuptools requests
42
+ sudo python3 -m pip install -U numpy pip
43
43
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- pyupgrade
44
44
- uses : reviewdog/action-suggester@v1
Original file line number Diff line number Diff line change 7
7
8
8
This release contains contributions from many people:
9
9
10
- Aaron Keesing
10
+ Aaron Keesing, Yong Tang
11
11
12
12
We are also grateful to all who filed issues or helped resolve them, asked and
13
13
answered questions, and were part of inspiring discussions.
You can’t perform that action at this time.
0 commit comments