Change UV installation method

This commit is contained in:
sw3205933776 2025-08-20 11:06:44 +08:00
parent c8a7184c3a
commit 424cbbb38b

View file

@ -39,14 +39,16 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install Python Dependencies
run: |
python -m pip install --upgrade pip
pip install uv
- name: Install Dependencies
run: npm install
- name: Install Python Dependencies
run: |
python -m pip install --upgrade pip
pip install uvicorn Babel
- name: Build Release Files
run: npm run build