diff --git a/.github/workflows/ci_pipeline.yaml b/.github/workflows/ci_pipeline.yaml index 9d83cb1..1292604 100644 --- a/.github/workflows/ci_pipeline.yaml +++ b/.github/workflows/ci_pipeline.yaml @@ -38,7 +38,7 @@ jobs: # run: | # python .github/install_mindspore.py # pip install -r download.txt - - name: Analysing the External-Attention-MindSpore code with pylint + - name: Analysing the model code with pylint run: | pylint model --rcfile=.github/pylint.conf # - name: Analysing the tests code with pylint