Skip to content

Commit

Permalink
pin yapf version
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Apr 24, 2023
1 parent 915ab38 commit affe1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install yapf
run: |
python -m pip install --upgrade pip
pip install yapf
pip install yapf==0.32
- name: Run yapf
run: |
yapf . --diff --recursive

0 comments on commit affe1d4

Please sign in to comment.