Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
ci: install requirements in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sv0 committed Nov 24, 2023
1 parent bebe970 commit ee4feac
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 @@ -16,8 +16,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip3 install -r requirements/devel.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit ee4feac

Please sign in to comment.