mirror of
https://github.com/cft0808/edict.git
synced 2026-09-03 07:17:16 +08:00
fix(ci): avoid YAML parse ambiguity in FastAPI import step
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -120,4 +120,5 @@ jobs:
|
||||
|
||||
- name: Verify FastAPI app imports
|
||||
working-directory: edict/backend
|
||||
run: python -c "from app.main import app; print(f'FastAPI app loaded: {len(app.routes)} routes')"
|
||||
run: |
|
||||
python -c "from app.main import app; print(f'FastAPI app loaded: {len(app.routes)} routes')"
|
||||
|
||||
Reference in New Issue
Block a user