Skip to content

Commit

Permalink
Fix pylint installation
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoWilken committed Feb 16, 2024
1 parent 602f7e5 commit d6138e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/syntax-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:

- name: Install prerequisites
run: |
apt update -y
apt install -y pylint
sudo apt update -y
sudo apt install -y pylint
- name: Run Pylint to find errors
run: |
Expand Down

0 comments on commit d6138e0

Please sign in to comment.