Skip to content

Commit db699c1

Browse files
authored
Fix reviewdog issue (#1749)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 21c349b commit db699c1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/reviewdog.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,37 @@ on:
88
jobs:
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

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
This release contains contributions from many people:
99

10-
Aaron Keesing
10+
Aaron Keesing, Yong Tang
1111

1212
We are also grateful to all who filed issues or helped resolve them, asked and
1313
answered questions, and were part of inspiring discussions.

0 commit comments

Comments
 (0)