Skip to content

Commit 63d885e

Browse files
committed
ci: Try to fix pylint
1 parent 122d1c0 commit 63d885e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
set -x
2929
pip install pylint
30-
pip install --upgrade -e .
30+
pip install --upgrade -e .[full]
3131
pylint --exit-zero --errors-only pwnlib -f parseable | cut -d ' ' -f2- > current.txt
3232
git fetch origin
3333
git checkout origin/"$GITHUB_BASE_REF"

0 commit comments

Comments
 (0)