Skip to content

Commit

Permalink
wip 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dthuff committed Dec 18, 2023
1 parent b53a17a commit c0fb1eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python3 -m pip install --user pipx
pipx install poetry
poetry install --no-root
pip install pylint
- name: Analysing the code with pylint
Expand Down

0 comments on commit c0fb1eb

Please sign in to comment.