Skip to content

Commit 71b83ca

Browse files
committed
try with pipx
1 parent 818d50c commit 71b83ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ros-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
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
@@ -42,7 +43,8 @@ jobs:
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

0 commit comments

Comments
 (0)