Skip to content

Commit

Permalink
fix pip
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Jul 26, 2024
1 parent a3f7b7f commit cb555cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
run: |
sed '/if(BUILD_TESTING)/,/endif()/d' src/micro_ros_msgs/CMakeLists.txt -i
- name: Fix pip
shell: bash
run: |
echo -e "[global]\nbreak-system-packages = true" >> ~/.config/pip/pip.conf
- name: Running ROS Industrial CI
uses: ros-industrial/industrial_ci@master
env:
Expand Down

0 comments on commit cb555cc

Please sign in to comment.