Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov committed Jul 5, 2024
1 parent 4b8d40a commit 1ba0cad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
echo pip install pylint psycopg2 pytest toml aiohttp backoff requests allure
pip install pylint psycopg2 pytest toml aiohttp backoff requests allure-pytest
pip install pylint psycopg2 pytest toml aiohttp backoff requests allure-pytest pytest-httpserver prometheus_client
- name: Analyzing code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit 1ba0cad

Please sign in to comment.