Commit f83c97a
committed
GH Actions: install missing
Fixes this Pylint error:
```console
$ pylint $(git ls-files '*.py')
************* Module setup
setup.py:1:0: E0401: Unable to import 'setuptools' (import-error)
```setuptools in the Pylint job1 parent cb8f6e8 commit f83c97a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
0 commit comments