Make client login testable

This commit is contained in:
Salad Dais
2023-12-11 18:35:56 +00:00
parent 1ee1b9acc6
commit c42e0d7291
8 changed files with 236 additions and 90 deletions

View File

@@ -24,6 +24,7 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-test.txt
sudo apt-get install libopenjp2-7
pip install -e .
- name: Run Flake8
run: |
flake8 .