mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-04 05:15:10 +00:00
CI Check use production mode
This commit is contained in:
@@ -36,4 +36,4 @@ requirements:
|
|||||||
about:
|
about:
|
||||||
repository: https://github.com/deepmodeling/Uni-Lab-OS
|
repository: https://github.com/deepmodeling/Uni-Lab-OS
|
||||||
license: GPL-3.0-only
|
license: GPL-3.0-only
|
||||||
description: "UniLabOS Environment - ROS2 and conda dependencies (for developers: pip install -e .)"
|
description: "UniLabOS Environment - ROS2 and conda dependencies"
|
||||||
|
|||||||
2
.github/workflows/ci-check.yml
vendored
2
.github/workflows/ci-check.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
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
|
||||||
uv pip uninstall enum34 || echo enum34 not installed, skipping
|
uv pip uninstall enum34 || echo enum34 not installed, skipping
|
||||||
uv pip install -e .
|
uv pip install .
|
||||||
|
|
||||||
- name: Run check mode (complete_registry)
|
- name: Run check mode (complete_registry)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user