Skip to content

Commit

Permalink
updating pip wont work
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Mar 26, 2024
1 parent c46be6b commit 3eedcb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3eedcb7

Please sign in to comment.