File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 88jobs :
99 bazel :
1010 name : Bazel Buildifier
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-20.04
1212 steps :
1313 - uses : actions/checkout@v2
1414 - run : |
15- sudo python3 -m pip install -U numpy pip wheel setuptools requests
15+ sudo python3 -m pip install -U numpy pip
1616 bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- bazel
1717 - uses : reviewdog/action-suggester@v1
1818 black :
1919 name : Python Black
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-20.04
2121 steps :
2222 - uses : actions/checkout@v2
2323 - run : |
24- sudo python3 -m pip install -U numpy pip wheel setuptools requests
24+ sudo python3 -m pip install -U numpy pip
2525 bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- black
2626 - uses : reviewdog/action-suggester@v1
2727 clang :
2828 name : Clang Format
29- runs-on : ubuntu-latest
29+ runs-on : ubuntu-20.04
3030 steps :
3131 - uses : actions/checkout@v2
3232 - run : |
33- sudo python3 -m pip install -U numpy pip wheel setuptools requests
33+ sudo python3 -m pip install -U numpy pip
3434 bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- clang
3535 - uses : reviewdog/action-suggester@v1
3636 pyupgrade :
3737 name : Python Pyupgrade
38- runs-on : ubuntu-latest
38+ runs-on : ubuntu-20.04
3939 steps :
4040 - uses : actions/checkout@v2
4141 - run : |
42- sudo python3 -m pip install -U numpy pip wheel setuptools requests
42+ sudo python3 -m pip install -U numpy pip
4343 bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- pyupgrade
4444 - uses : reviewdog/action-suggester@v1
Original file line number Diff line number Diff line change 77
88This release contains contributions from many people:
99
10- Aaron Keesing
10+ Aaron Keesing, Yong Tang
1111
1212We are also grateful to all who filed issues or helped resolve them, asked and
1313answered questions, and were part of inspiring discussions.
You can’t perform that action at this time.
0 commit comments