File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232
3333 - name : Install minimal ROS dependencies
3434 run : |
35- 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
35+ conda install -n check-env 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 -y
3636
3737 - name : Install unilabos-msgs and project
3838 run : |
39- conda install ros-humble-unilabos-msgs -c uni-lab -c robostack-staging -c conda-forge
39+ conda install -n check-env ros-humble-unilabos-msgs -c uni-lab -c robostack-staging -c conda-forge -y
4040 pip install -e .
4141
4242 - name : Run check mode (complete_registry)
You can’t perform that action at this time.
0 commit comments