Skip to content

Commit

Permalink
Changing where CI environment variable is set (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
danthony06 authored Sep 6, 2024
1 parent defcfb9 commit 1e03c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -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'
Expand Down

0 comments on commit 1e03c81

Please sign in to comment.