Skip to content

Commit

Permalink
Fix externally-managed-environment error in rolling CI
Browse files Browse the repository at this point in the history
  • Loading branch information
roncapat committed Oct 28, 2024
1 parent 6e3a0ce commit 182993b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
run: apt-get update

- name: Install PIP
run: apt-get install -y python3-pip lcov

- name: Install colcon tools
run: python3 -m pip install colcon-lcov-result colcon-coveragepy-result
run: apt-get install -y python3-pip lcov python3-colcon-lcov-result python3-colcon-coveragepy-result

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 182993b

Please sign in to comment.