Merge PR #123
Deploy / ci (push) Successful in 3m24s
Deploy / deploy (push) Successful in 18s
Deploy / notify-deploy-failure (push) Successful in 3s
Deploy / notify-deploy-success (push) Successful in 2s

This commit was merged in pull request #123.
This commit is contained in:
2026-06-22 23:20:09 +00:00
+2
View File
@@ -32,7 +32,9 @@ jobs:
env:
no_proxy: "*"
run: |
rm -rf /tmp/ci-venv-deploy
python3 -m venv /tmp/ci-venv-deploy
/tmp/ci-venv-deploy/bin/pip install --quiet --upgrade pip
/tmp/ci-venv-deploy/bin/pip install --quiet flake8 fastapi pydantic pyyaml uvicorn requests pytest pytest-asyncio httpx
- name: Lint