Skip to content

Commit

Permalink
Break System Packages in Pip (#821)
Browse files Browse the repository at this point in the history
* Telling PIP to break system packages as test to see if it fixes Jazzy and Rolling builds

* Enabling new ROS repos
  • Loading branch information
danthony06 authored Aug 9, 2024
1 parent 2d08d44 commit d2242ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,10 @@ 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
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d2242ed

Please sign in to comment.