Skip to content

Commit eb9c8fd

Browse files
committed
Don’t install pylint
Signed-off-by: Stefan Marr <[email protected]>
1 parent 2ee6458 commit eb9c8fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ jobs:
2525
curl -L ${ECLIPSE_URL} -o ${ECLIPSE_TAR}
2626
tar --warning=no-unknown-keyword -C ${GITHUB_WORKSPACE}/.. -xzf ${ECLIPSE_TAR}
2727
28-
- name: Install Black and PyLint
28+
- name: Install Black
29+
# and PyLint
2930
run: |
30-
pip install black pylint==2.4.4
31+
pip install black
32+
# pylint==2.4.4
3133

3234
- name: Run Style Gate
3335
run: |

0 commit comments

Comments
 (0)