GHA: pin flake8 to 6.0.0 to avoid style change

This commit is contained in:
Harmen Stoppels 2023-08-29 11:10:14 +02:00
parent 9cb4e4534f
commit 26b8f4ffeb

View File

@ -44,7 +44,7 @@ jobs:
cache: 'pip'
- name: Install Python packages
run: |
python3 -m pip install --upgrade pip setuptools types-six black==23.1.0 mypy isort clingo flake8
python3 -m pip install --upgrade pip setuptools types-six black==23.1.0 mypy isort clingo flake8==6.0.0
- name: Setup git configuration
run: |
# Need this for the git tests to succeed.