We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c720997 commit 2ed6526Copy full SHA for 2ed6526
.github/workflows/poetry-test.yml
@@ -49,6 +49,11 @@ jobs:
49
run: |
50
rosdep update
51
52
+ - name: Import ros2 dependencies
53
+ shell: bash
54
+ run: |
55
+ vcs import . < ros_deps.repos
56
+
57
- name: Install ROS 2 package dependencies
58
shell: bash
59
.github/workflows/pre-commit.yml
@@ -25,14 +25,14 @@ jobs:
25
with:
26
fetch-depth: 0
27
28
- - name: Install ROS 2 package dependencies
+ - run: |
29
+ git config --global --add safe.directory /__w/rai/rai
30
31
32
33
34
vcs import . < ros_deps.repos
35
- - run: |
- git config --global --add safe.directory /__w/rai/rai
-
36
- name: Run pre-commit
37
uses: pre-commit/[email protected]
38
0 commit comments