Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 92ab7b8

Browse files
committed
Remove manual install of importlib
Signed-off-by: Devin Bonnie <[email protected]>
1 parent 9ebc2cb commit 92ab7b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test utils_common
1+
name: Build & Test utils_common
22
on:
33
pull_request:
44
push:
@@ -32,7 +32,6 @@ jobs:
3232
# Needed for the CMakeLists.txt setup
3333
- run: export ROS_VERSION=2
3434
# Needed for missing dependencies
35-
- run: python3 -m pip install -U --force-reinstall importlib-resources importlib-metadata
3635
- uses: ros-tooling/[email protected]
3736
with:
3837
source-ros-binary-installation: ${{ matrix.ros_distro }}

.github/workflows/build_and_test_release_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build & Test utils_common release-latest
22
on:
3+
pull_request:
34
schedule:
45
# Run every hour. This helps detect flakiness,
56
# and broken external dependencies.
@@ -27,7 +28,6 @@ jobs:
2728
- run: export ROS_DISTRO=${{ matrix.ros_distro }}
2829
# Needed for the CMakeLists.txt setup
2930
- run: export ROS_VERSION=2
30-
- run: python3 -m pip install -U --force-reinstall importlib-resources importlib-metadata
3131
- uses: ros-tooling/[email protected]
3232
with:
3333
source-ros-binary-installation: ${{ matrix.ros_distro }}

0 commit comments

Comments
 (0)