fix:indentation in build.yml

This commit is contained in:
sw3205933776 2025-08-20 11:09:23 +08:00
parent 424cbbb38b
commit b68f8176c3

View file

@ -41,9 +41,9 @@ jobs:
python-version: '3.11'
- name: Install Python Dependencies
run: |
python -m pip install --upgrade pip
pip install uv
run: |
python -m pip install --upgrade pip
pip install uv
- name: Install Dependencies
run: npm install