Skip to content

Commit

Permalink
ci: install python lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jul 5, 2024
1 parent d457302 commit 1944091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: sudo apt-get -y update
- name: Install OS packages
# yamllint disable-line rule:line-length
run: sudo apt-get install -y python3-dev python3-pip shellcheck reuse ruby-mdl
run: sudo apt-get install -y python3-dev python3-pip shellcheck reuse ruby-mdl pylint
# gitlint is available on Debian but Ubuntu has an older version.
- name: Remove externally managed python environment flag
# yamllint disable-line rule:line-length
Expand Down

0 comments on commit 1944091

Please sign in to comment.