Skip to content

Commit 1967fc4

Browse files
Fix flake8 version (#26)
Signed-off-by: Juan López Fernández <juanlopez@eprosima.com> Signed-off-by: Juan López Fernández <juanlopez@eprosima.com>
1 parent a246fab commit 1967fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-python-packages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ runs:
2020
gcovr==5.0 \
2121
pyyaml \
2222
jsonschema \
23-
flake8 \
23+
flake8==5.0.4 \
2424
flake8-quotes
2525
shell: bash

0 commit comments

Comments
 (0)