From 3eedcb714bcfb78d982f3931b4cbd16539c0e73d Mon Sep 17 00:00:00 2001 From: Christian Henkel Date: Tue, 26 Mar 2024 17:55:59 +0100 Subject: [PATCH] updating pip wont work Signed-off-by: Christian Henkel --- .github/workflows/test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ab472474..4e5ddfc4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,7 +35,6 @@ jobs: - uses: ros-tooling/setup-ros@christophebedard/ubuntu-noble-rolling - run: | sudo apt install -y python3-pip - python3 -m pip install --upgrade 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