Hanno Böck commited on 2024-12-31 19:01:11
Zeige 1 geänderte Dateien mit 1 Einfügungen und 0 Löschungen.
| ... | ... |
@@ -21,6 +21,7 @@ jobs: |
| 21 | 21 |
- name: Install dependencies and linters |
| 22 | 22 |
run: | |
| 23 | 23 |
[ -e requirements.txt ] && pip install -r requirements.txt |
| 24 |
+ pip install setuptools # CUSTOM: required until we move to pyproject |
|
| 24 | 25 |
pip install pycodestyle pyupgrade pyflakes dlint pylint ruff |
| 25 | 26 |
- name: Run tests |
| 26 | 27 |
env: |
| 27 | 28 |