We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae13c3 commit 4328febCopy full SHA for 4328feb
.github/workflows/ci-action-ros.yaml
@@ -23,8 +23,9 @@ jobs:
23
- name: Dependencies
24
run: |
25
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
27
- name: Install Ouroboros
- 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
29
- name: Install ROS packages with rosdep
30
shell: bash
31
0 commit comments