Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Martín Rico <[email protected]>
  • Loading branch information
fmrico committed Nov 6, 2024
1 parent ade0cbc commit 4a6fdaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/foxy-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Install popf deps
run: sudo apt-get install libfl-dev
- name: Fix pip
run: pip3 install empy==3.3.4; pip3 install -U colcon-common-extensions
- name: Setup ROS 2
uses: ros-tooling/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/galactic-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Install popf deps
run: sudo apt-get install libfl-dev
- name: Fix pip
run: pip3 install empy==3.3.4; pip3 install -U colcon-common-extensions
- name: Setup ROS 2
uses: ros-tooling/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Install popf deps
run: sudo apt-get install libfl-dev
- name: Fix pip
run: pip3 install empy==3.3.4; pip3 install -U colcon-common-extensions
- name: Setup ROS 2
uses: ros-tooling/[email protected]
with:
Expand Down

0 comments on commit 4a6fdaf

Please sign in to comment.