Skip to content

Commit 2ed6526

Browse files
committed
wip
1 parent c720997 commit 2ed6526

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/poetry-test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
run: |
5050
rosdep update
5151
52+
- name: Import ros2 dependencies
53+
shell: bash
54+
run: |
55+
vcs import . < ros_deps.repos
56+
5257
- name: Install ROS 2 package dependencies
5358
shell: bash
5459
run: |

.github/workflows/pre-commit.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28-
- name: Install ROS 2 package dependencies
28+
- run: |
29+
git config --global --add safe.directory /__w/rai/rai
30+
31+
- name: Import ros2 dependencies
2932
shell: bash
3033
run: |
3134
vcs import . < ros_deps.repos
3235
33-
- run: |
34-
git config --global --add safe.directory /__w/rai/rai
35-
3636
- name: Run pre-commit
3737
uses: pre-commit/[email protected]
3838
with:

0 commit comments

Comments
 (0)