Improve error handling in api, Update openapi.json workflow

This commit is contained in:
Heiner Lohaus
2024-11-24 23:34:59 +01:00
parent 2114520ed2
commit c57321e287
3 changed files with 25 additions and 52 deletions

View File

@@ -16,7 +16,9 @@ jobs:
python-version: "3.8"
cache: 'pip'
- name: Install requirements
run: pip install fastapi uvicorn python-multipart
run: |
pip install fastapi uvicorn python-multipart
pip install -r requirements-min.txt
- name: Generate openapi.json
run: |
python -m etc.tool.openapi