Skip to content

Commit 511e8d8

Browse files
cclausspeterbarker
authored andcommitted
colcon: Use current flake8 in GitHub Action
This GitHub Action fails occasionally, so let's upgrade its flake8 to see if that provides more stable runs. https://pypi.org/project/flake8 --> v7.2.0 flake8: Both the local issue and the flake8 issue it points to were closed 4 or 5 years ago, so let's test with current flake8.
1 parent edc7928 commit 511e8d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/colcon.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ jobs:
175175
run: |
176176
apt update
177177
rosdep update
178-
# Workaround for flake8 attribute error
179-
# https://github.com/ArduPilot/ardupilot/pull/24277#issuecomment-1632833433
180-
python3 -m pip install flake8==3.7.9
178+
python3 -m pip install flake8
181179
source /opt/ros/humble/setup.bash
182180
rosdep install --from-paths src --ignore-src --default-yes
183181
- name: Install MAVProxy

0 commit comments

Comments
 (0)