Skip to content

Commit

Permalink
update test version
Browse files Browse the repository at this point in the history
  • Loading branch information
张一涵 committed Apr 23, 2024
1 parent 5d91603 commit c38fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Static check
run: |
pip install isort==5.11.5 black==22.12.0 mypy==1.9.0
pip install isort==5.11.5 black==23.3.0 mypy==1.4.1
isort --check .
black --check .
mypy .
Expand Down

0 comments on commit c38fb98

Please sign in to comment.