Skip to content

Commit

Permalink
Update CI for Jazzy and Rolling
Browse files Browse the repository at this point in the history
Allows breaking system packages with pip to make rosdep work temporarily for Jazzy and Rolling.
  • Loading branch information
danthony06 authored Aug 9, 2024
1 parent fd51de8 commit 4efb3a7
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 4efb3a7

Please sign in to comment.