Skip to content

Commit 4892806

Browse files
authored
Update main.yml
Updating to use ROS-I CI with support for new versions of Python.
1 parent bb11c31 commit 4892806

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- {ROS_DISTRO: humble, ROS_REPO: main}
1212
- {ROS_DISTRO: iron, ROS_REPO: testing}
1313
- {ROS_DISTRO: iron, ROS_REPO: main}
14-
- {ROS_DISTRO: jazzy, ROS_REPO: testing}
15-
- {ROS_DISTRO: jazzy, ROS_REPO: main}
16-
- {ROS_DISTRO: rolling, ROS_REPO: testing}
17-
- {ROS_DISTRO: rolling, ROS_REPO: main}
14+
- {ROS_DISTRO: jazzy, ROS_REPO: testing, PIP_BREAK_SYSTEM_PACKAGES: True}
15+
- {ROS_DISTRO: jazzy, ROS_REPO: main, PIP_BREAK_SYSTEM_PACKAGES: True}
16+
- {ROS_DISTRO: rolling, ROS_REPO: testing, PIP_BREAK_SYSTEM_PACKAGES: True}
17+
- {ROS_DISTRO: rolling, ROS_REPO: main, PIP_BREAK_SYSTEM_PACKAGES: True}
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)