Skip to content

Commit

Permalink
style(nyz): fix flake8 version problem(ci skip)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Jul 31, 2022
1 parent 9bd3cd0 commit 813580f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: code style
run: |
python -m pip install yapf==0.29.0 flake8
python -m pip install "yapf==0.29.0"
python -m pip install "flake8<=3.9.2"
make format_test flake_check

0 comments on commit 813580f

Please sign in to comment.