fix: cd uv dependency

This commit is contained in:
Wendong-Fan 2025-08-28 09:59:17 +08:00
parent 1b53c871bb
commit 6057be8e9f

View file

@ -41,6 +41,16 @@ jobs:
with:
node-version: 20
- name: Setup Python
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