mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-14 11:45:11 +00:00
Compare commits
3 Commits
39dc443399
...
feat/unila
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7a1d5cdd3 | ||
|
|
263d3bbd22 | ||
|
|
98e706ad8f |
4
.github/workflows/ci-check.yml
vendored
4
.github/workflows/ci-check.yml
vendored
@@ -1,8 +1,6 @@
|
|||||||
name: CI Check
|
name: CI Check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [main, dev]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, dev]
|
branches: [main, dev]
|
||||||
|
|
||||||
@@ -32,7 +30,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install minimal ROS dependencies
|
- name: Install minimal ROS dependencies
|
||||||
run: |
|
run: |
|
||||||
conda install robostack-staging::ros-humble-ros-core robostack-staging::ros-humble-action-msgs robostack-staging::ros-humble-std-msgs robostack-staging::ros-humble-geometry-msgs robostack-staging::ros-humble-control-msgs -c robostack-staging -c conda-forge
|
conda install ros-humble-ros-core ros-humble-std-msgs ros-humble-geometry-msgs ros-humble-control-msgs -c robostack-staging -c conda-forge
|
||||||
|
|
||||||
- name: Install unilabos-msgs and project
|
- name: Install unilabos-msgs and project
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user