Skip to content

Commit

Permalink
bug fix for git action ci yaml (#3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiweiSun authored Jul 31, 2024
1 parent 1600535 commit d12ebc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: flake8-check
run: |
pwd
pip install lintrunner pip install lintrunner-adapters
pip install lintrunner
pip install lintrunner-adapters
lintrunner init
python scripts/tools/setup/flake8.py
Expand Down

0 comments on commit d12ebc5

Please sign in to comment.