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 b2b2bf6 commit ab59c45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/galactic-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- 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
run: python3 -m pip3 install pip3 --upgrade; pip3 install empy==3.3.4; pip3 install -U colcon-common-extensions; pip3 install pyopenssl --upgrade
- name: Setup ROS 2
uses: ros-tooling/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/iron-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: python3 -m pip3 install pip3 --upgrade; pip3 install empy==3.3.4; pip3 install -U colcon-common-extensions; pip3 install pyopenssl --upgrade
- name: Setup ROS 2
uses: ros-tooling/[email protected]
with:
Expand Down

0 comments on commit ab59c45

Please sign in to comment.