mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 14:05:12 +00:00
Fix Build 5
This commit is contained in:
2
.github/workflows/ci-check.yml
vendored
2
.github/workflows/ci-check.yml
vendored
@@ -37,6 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install pip dependencies and unilabos
|
- name: Install pip dependencies and unilabos
|
||||||
run: |
|
run: |
|
||||||
|
call conda activate check-env
|
||||||
echo Installing pip dependencies...
|
echo Installing pip dependencies...
|
||||||
uv pip install -r unilabos/utils/requirements.txt
|
uv pip install -r unilabos/utils/requirements.txt
|
||||||
uv pip install pywinauto git+https://github.com/Xuwznln/pylabrobot.git
|
uv pip install pywinauto git+https://github.com/Xuwznln/pylabrobot.git
|
||||||
@@ -45,6 +46,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run check mode (complete_registry)
|
- name: Run check mode (complete_registry)
|
||||||
run: |
|
run: |
|
||||||
|
call conda activate check-env
|
||||||
echo Running check mode...
|
echo Running check mode...
|
||||||
python -m unilabos --check_mode --skip_env_check
|
python -m unilabos --check_mode --skip_env_check
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user