We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa1c48 commit 33ddd2eCopy full SHA for 33ddd2e
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Install Python dependencies (mínimas para OpenAPI)
21
run: |
22
- pip install fastapi sqlmodel sqlalchemy aiosqlite
+ pip install -r requirements.txt
23
24
- name: Export OpenAPI schema
25
env:
0 commit comments