Skip to content

Commit 33ddd2e

Browse files
Update docs.yml
1 parent 2fa1c48 commit 33ddd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install Python dependencies (mínimas para OpenAPI)
2121
run: |
22-
pip install fastapi sqlmodel sqlalchemy aiosqlite
22+
pip install -r requirements.txt
2323
2424
- name: Export OpenAPI schema
2525
env:

0 commit comments

Comments
 (0)