Skip to content

Commit

Permalink
Downgrades flake back to original version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed May 24, 2024
1 parent cc3e4f5 commit a6d4043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pip install flake8-pytest-importorskip
pip install --upgrade click==8.0.4
pip install black==24.4.2
pip install flake8==6.1.0
pip install flake8==5.0.4
- name: Lint and Format Check with Flake8 and Black
if: ${{ matrix.python-version == 3.9 }}
Expand Down

0 comments on commit a6d4043

Please sign in to comment.