Skip to content

Commit

Permalink
Jazzy Pip Update
Browse files Browse the repository at this point in the history
Allows pip to break system packages to rosdep works on Jazzy and Rolling.
  • Loading branch information
danthony06 authored Aug 9, 2024
1 parent d8cbc5c commit 37b632a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI

on: [push, pull_request]
env:
PIP_BREAK_SYSTEM_PACKAGES: 1

jobs:
industrial_ci:
Expand All @@ -11,6 +13,8 @@ jobs:
- {ROS_DISTRO: humble, ROS_REPO: main}
- {ROS_DISTRO: iron, ROS_REPO: testing}
- {ROS_DISTRO: iron, ROS_REPO: main}
- {ROS_DISTRO: jazzy, ROS_REPO: testing}
- {ROS_DISTRO: jazzy, ROS_REPO: main}
- {ROS_DISTRO: rolling, ROS_REPO: testing}
- {ROS_DISTRO: rolling, ROS_REPO: main}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 37b632a

Please sign in to comment.