Browse Source

Update ci_pipeline.yaml

pull/1/head
Huyf9 GitHub 2 years ago
parent
commit
d2b5ecadbc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/ci_pipeline.yaml

+ 3
- 3
.github/workflows/ci_pipeline.yaml View File

@@ -41,6 +41,6 @@ jobs:
- name: Analysing the External-Attention-MindSpore code with pylint
run: |
pylint External-Attention-MindSpore --rcfile=.github/pylint.conf
- name: Analysing the tests code with pylint
run: |
pylint tests --rcfile=.github/pylint.conf
# - name: Analysing the tests code with pylint
# run: |
# pylint tests --rcfile=.github/pylint.conf

Loading…
Cancel
Save