Browse Source

update ci_pipeline

pull/1/head
Huyf9 2 years ago
parent
commit
2d02acc766
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci_pipeline.yaml

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

@@ -38,7 +38,7 @@ jobs:
# run: | # run: |
# python .github/install_mindspore.py # python .github/install_mindspore.py
# pip install -r download.txt # pip install -r download.txt
- name: Analysing the External-Attention-MindSpore code with pylint
- name: Analysing the model code with pylint
run: | run: |
pylint model --rcfile=.github/pylint.conf pylint model --rcfile=.github/pylint.conf
# - name: Analysing the tests code with pylint # - name: Analysing the tests code with pylint


Loading…
Cancel
Save