Update main.yml

This commit is contained in:
Jianwu Huang
2025-06-19 18:13:01 +08:00
committed by GitHub
parent 8ad1ea6d38
commit 03cb670bfa

View File

@@ -26,6 +26,7 @@ jobs:
# 安装 Python 依赖并执行你的 build.sh
- name: Install Python dependencies & Build backend
shell: bash
run: |
python -m pip install --upgrade pip
pip install -r backend/requirements.txt