Skip to content

Commit

Permalink
CI Update (#744)
Browse files Browse the repository at this point in the history
Use swri-robotic's fork of ROS-I's CI to properly install Python dependencies during testing on Rolling and Jazzy.
  • Loading branch information
danthony06 authored Sep 6, 2024
1 parent c82936f commit ffa6096
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: CI

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

jobs:
industrial_ci:
Expand All @@ -20,5 +18,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
- uses: 'swri-robotics/industrial_ci@break_system_packages'
env: ${{matrix.env}}

0 comments on commit ffa6096

Please sign in to comment.