diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6068a4ec..9f29acc3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -255,6 +255,14 @@ jobs: echo "⚠️ 模型回應異常" fi + - name: Setup Python + uses: actions/setup-python@v5 + with: + python-version: ${{ env.PYTHON_VERSION }} + + - name: Install uv + uses: astral-sh/setup-uv@v3 + - name: Action Parsing Test working-directory: apps/api env: