summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linters.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 2eff10a0f5..91ed8588d3 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -21,7 +21,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- - run: python -m pip install flake8
+ - run: python -m pip install flake8==3.9.2
- name: flake8
uses: liskin/gh-problem-matcher-wrap@v1
with: