Skip to content

Commit

Permalink
Trying another way
Browse files Browse the repository at this point in the history
  • Loading branch information
danthony06 committed Sep 6, 2024
1 parent 46bf25b commit c1f354a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
- {ROS_DISTRO: iron, ROS_REPO: testing}
- {ROS_DISTRO: iron, ROS_REPO: main}
runs-on: ubuntu-latest
env: PIP_BREAK_SYSTEM_PACKAGES: 1
steps:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
env:
PIP_BREAK_SYSTEM_PACKAGES: 1
${{matrix.env}}
env: ${{matrix.env}}

0 comments on commit c1f354a

Please sign in to comment.