Update python-app.yml

This commit is contained in:
ElBe 2023-03-10 06:53:38 +01:00 committed by GitHub
parent fe3b79e738
commit 452d3f6fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,10 @@ 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
where
- name: Lint with pylint - name: Lint with pylint
run: | run: |
pip install pylint_runner pip install pylint_runner