Skip to content

Commit

Permalink
Merge branch 'feature/using_docker_in_actions' into fix/fixing_launch…
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
ct2034 committed Mar 28, 2024
2 parents 806ff8a + d2b92fd commit 4930a46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
runs-on: ubuntu-latest
container: ubuntu:${{ matrix.os }}
steps:
- uses: ros-tooling/setup-ros@christophebedard/ubuntu-noble-rolling
- run: |
sudo apt install -y python3-pip
pip3 install --break-system-packages 'flake8<5' # fix flake8.exceptions.FailedToLoadPlugin: Flake8 failed to load plugin "pycodestyle" due to cannot import name 'missing_whitespace_around_operator' from 'pycodestyle' (/usr/lib/python3/dist-packages/pycodestyle.py).
if: ${{ matrix.os == '24.04' }}
- uses: ros-tooling/setup-ros@master
# - run: |
# sudo apt install -y python3-pip
# pip3 install --break-system-packages 'flake8<5' # fix flake8.exceptions.FailedToLoadPlugin: Flake8 failed to load plugin "pycodestyle" due to cannot import name 'missing_whitespace_around_operator' from 'pycodestyle' (/usr/lib/python3/dist-packages/pycodestyle.py).
# if: ${{ matrix.os == '24.04' }}
- uses: ros-tooling/action-ros-ci@master
with:
target-ros2-distro: ${{ matrix.distro }}
Expand Down
4 changes: 4 additions & 0 deletions self_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ if(BUILD_TESTING)
set(ament_cmake_copyright_FOUND TRUE)
ament_lint_auto_find_test_dependencies()

list(APPEND AMENT_LINT_AUTO_EXCLUDE
ament_cmake_uncrustify # Inconsistent between jammy and noble
)

add_subdirectory(test)
endif()

Expand Down

0 comments on commit 4930a46

Please sign in to comment.