Skip to content

Commit 448c44e

Browse files
committed
Removed colcon-ros-cargo from the github action to see if this was causing tests to fail
1 parent 7cc282c commit 448c44e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/rust-minimal.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,10 @@ jobs:
6969

7070
# Colcon can not be run in a venv which is required in Ubuntu Noble
7171
# Removing the externally managed file
72-
- name: Install colcon-cargo and colcon-ros-cargo
72+
- name: Install colcon-cargo
7373
run: |
7474
sudo rm -f /usr/lib/python3.12/EXTERNALLY-MANAGED
7575
sudo pip3 install git+https://github.com/colcon/colcon-cargo.git
76-
sudo pip3 install git+https://github.com/colcon/colcon-ros-cargo.git
7776
7877
- name: Check formatting of Rust packages
7978
run: |

.github/workflows/rust-stable.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,10 @@ jobs:
6969

7070
# Colcon can not be run in a venv which is required in Ubuntu Noble
7171
# Removing the externally managed file
72-
- name: Install colcon-cargo and colcon-ros-cargo
72+
- name: Install colcon-cargo
7373
run: |
7474
sudo rm -f /usr/lib/python3.12/EXTERNALLY-MANAGED
7575
sudo pip3 install git+https://github.com/colcon/colcon-cargo.git
76-
sudo pip3 install git+https://github.com/colcon/colcon-ros-cargo.git
7776
7877
- name: Check formatting of Rust packages
7978
run: |

0 commit comments

Comments
 (0)