diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 860ac74..63718d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,8 +1,6 @@ name: CI on: [push, pull_request] -env: - PIP_BREAK_SYSTEM_PACKAGES: 1 jobs: industrial_ci: @@ -18,6 +16,8 @@ jobs: - {ROS_DISTRO: rolling, ROS_REPO: testing} - {ROS_DISTRO: rolling, ROS_REPO: main} runs-on: ubuntu-latest + env: + PIP_BREAK_SYSTEM_PACKAGES: 1 steps: - uses: actions/checkout@v4 - uses: 'ros-industrial/industrial_ci@master'