Skip to content

Commit

Permalink
Remvoe name
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Nov 18, 2023
1 parent 9da7ead commit 9a51f83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/psm-interop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
run: python -m tests.unit

black-check:
name: "black check (black==23.3.0)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -88,7 +87,6 @@ jobs:
version: "23.3.0"

isort-check:
name: "isort check (isort==5.9.2)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -98,7 +96,6 @@ jobs:
isort-version: "5.9.2"

pylint-check:
name: "pylint check (pylint==2.2.2)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -110,4 +107,4 @@ jobs:
- name: Analysing the code with pylint
run: |
python -m pylint 'bin' 'framework' --rcfile=.pylintrc -rn
python -m pylint 'tests' 'framework' --rcfile=.pylintrc-tests -rn
python -m pylint 'tests' --rcfile=.pylintrc-tests -rn

0 comments on commit 9a51f83

Please sign in to comment.