Skip to content

Commit d6accc3

Browse files
committed
CI Check Fix 3
1 parent 39dc443 commit d6accc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)