File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2121 - name : Configure environment and install Conan release
2222 run : |
2323 apt-get update && apt-get install -y python3 python3-pip
24- python3 -m pip install conan
24+ python3 -m pip install pipx
25+ pipx install conan
2526 chmod +x ./examples/tools/ros/rosenv/workspace/test_ros.sh
2627
2728 - name : Run example with latest Conan release
4243 - name : Configure environment and install Conan from develop2 branch
4344 run : |
4445 apt-get update && apt-get install -y python3 python3-pip
45- python3 -m pip install git+https://github.com/conan-io/conan.git
46+ python3 -m pip install pipx
47+ pipx install git+https://github.com/conan-io/conan.git
4648 chmod +x ./examples/tools/ros/rosenv/workspace/test_ros.sh
4749
4850 - name : Run printer example
You can’t perform that action at this time.
0 commit comments