Skip to content

Commit

Permalink
fix black version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhongshu123 committed Nov 15, 2024
1 parent 6bdc8e6 commit e62a84d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pre-commit pytest pytest-cov
pip install pre-commit pytest pytest-cov
pip install -r requirements.txt
pip install -e .
pip install black==24.10.0
- name: Run pre-commit
run: pre-commit run --all-files

Expand Down

0 comments on commit e62a84d

Please sign in to comment.