Skip to content

Commit

Permalink
freeze flake
Browse files Browse the repository at this point in the history
  • Loading branch information
francoishernandez committed Jan 29, 2025
1 parent 3cf7826 commit 46f7b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install sacrebleu
pip install flake8
pip install rich
python -m pip install black<25 flake8 pyproject-flake8
python -m pip install black<25 flake8<7.1 pyproject-flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Check code with Black
run: |
Expand Down

0 comments on commit 46f7b93

Please sign in to comment.