Fix Build 5

This commit is contained in:
Xuwznln
2026-01-27 14:25:34 +08:00
parent e4cc111523
commit 329349639e

View File

@@ -37,6 +37,7 @@ jobs:
- name: Install pip dependencies and unilabos
run: |
call conda activate check-env
echo Installing pip dependencies...
uv pip install -r unilabos/utils/requirements.txt
uv pip install pywinauto git+https://github.com/Xuwznln/pylabrobot.git
@@ -45,6 +46,7 @@ jobs:
- name: Run check mode (complete_registry)
run: |
call conda activate check-env
echo Running check mode...
python -m unilabos --check_mode --skip_env_check