mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 08:16:25 -06:00
Use requirements.txt
This commit is contained in:
parent
98f415ec10
commit
cfb42895d0
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@ -19,8 +19,6 @@ jobs:
|
||||
--show-source --statistics
|
||||
- run: isort --check-only --profile black . || true
|
||||
- run: pip install -r requirements.txt || pip install --editable . || pip install . || true
|
||||
- run: pip install binpacking flask flask_httpauth flask_restful graphviz
|
||||
influxdb-client ipaddress psutil requests schedule waitress
|
||||
- run: mkdir --parents --verbose .mypy_cache
|
||||
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
|
||||
- run: pytest . || true
|
||||
|
Loading…
Reference in New Issue
Block a user