Skip to content

Commit 2d4f3d7

Browse files
Daisuke NishimatsuDaisuke Nishimatsu
authored andcommitted
update patch deps
Signed-off-by: Daisuke Nishimatsu <daisuke@DaisukenoMacBook-Air.local>
1 parent af8d131 commit 2d4f3d7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/testpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Delete specific outdated cache entries
102102
shell: bash -l {0}
103103
run: |
104-
rm -rf ${{ matrix.folder_cache }}/ros-rolling-autoware-trajectory* 2>/dev/null || true
104+
# rm -rf ${{ matrix.folder_cache }}/ros-rolling-autoware-trajectory* 2>/dev/null || true
105105
mkdir -p ${{ matrix.folder_cache }}
106106
pixi run rattler-index fs ${{ matrix.folder_cache }}/.. --force
107107

patch/dependencies.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ autoware_behavior_velocity_planner:
260260
add_host: ["cpp-expected"]
261261
autoware_behavior_velocity_planner_common:
262262
add_host: ["cpp-expected"]
263+
autoware_behavior_velocity_stop_line_module:
264+
add_host: ["cpp-expected"]
263265
rclpy:
264266
add_host: ["typing_extensions"]
265267
add_run: ["typing_extensions"]

0 commit comments

Comments
 (0)