Skip to content

Commit

Permalink
Try removing python3-nose
Browse files Browse the repository at this point in the history
  • Loading branch information
aosmw committed May 13, 2024
1 parent fe41c6b commit 6a00d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
uses: actions/checkout@v4
- name: Install Cyclone DDS
run: sudo apt install ros-${{ matrix.ros_distro }}-rmw-cyclonedds-cpp -y
- name: Remove python3-nose
run: sudo apt remove python3-nose -y
- name: Build and run tests
id: action-ros-ci
uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 6a00d89

Please sign in to comment.