From 9928a6bb8293e81610d17f4527a88cb2966a52b5 Mon Sep 17 00:00:00 2001 From: "david.anthony@swri.org" Date: Thu, 5 Sep 2024 21:18:27 -0500 Subject: [PATCH] Trying another way --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8bb53f3..f4509bcc 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +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 + env: + PIP_BREAK_SYSTEM_PACKAGES: 1 steps: - uses: actions/checkout@v4 - uses: 'ros-industrial/industrial_ci@master'