Hanno Böck commited on 2023-10-31 08:59:28
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -22,7 +22,7 @@ jobs: |
22 | 22 |
run: | |
23 | 23 |
python -m pip install --upgrade pip |
24 | 24 |
#pip install -r requirements.txt |
25 |
- pip install pycodestyle pyflakes pylint dlint pyupgrade |
|
25 |
+ pip install pycodestyle pyflakes pylint dlint pyupgrade setuptools |
|
26 | 26 |
- name: Run tests |
27 | 27 |
env: |
28 | 28 |
RUN_ONLINETESTS: 1 |
29 | 29 |