Skip to content

Commit 4328feb

Browse files
committed
try fix externally managed error
1 parent 7ae13c3 commit 4328feb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-action-ros.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
- name: Dependencies
2424
run: |
2525
sudo apt install -y python3-colcon-common-extensions python3-pip ros-jazzy-cv-bridge libeigen3-dev
26+
python3 -m pip install --upgrade pip --no-cache-dir
2627
- name: Install Ouroboros
27-
run: pwd && ls && cd src/ouroboros_repo && pwd && pip install ./ouroboros
28+
run: pwd && ls && cd src/ouroboros_repo && pwd && ppython3 -m pip install --break-system-packages install ./ouroboros
2829
- name: Install ROS packages with rosdep
2930
shell: bash
3031
run: |

0 commit comments

Comments
 (0)