Fixed pylint runner in python-app.yml

This commit is contained in:
ElBe 2023-03-10 07:01:49 +01:00 committed by GitHub
parent 3da98f0271
commit 0eb1b704a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,12 +25,8 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
pip install -r dev-requirements.txt pip install -r dev-requirements.txt
- name: Test
run: |
ls
which
- name: Lint with pylint - name: Lint with pylint
run: | run: |
pip install pylint_runner pip install pylint_runner
pylint_runner --exit-zero pylint_runner --exit-zero --generate-rcfile
#Test with pytest #Test with pytest