Skip to content

Commit

Permalink
Remove unnecessary ufmt install in github actions (#2583)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #2583

The line `pip install -r requirements-fmt.txt` above already installs `ufmt`, so this is not needed.

Reviewed By: saitcakmak

Differential Revision: D64517856

fbshipit-source-id: 1e2d1ccb7f40000b3c7d686791e6add9511764da
  • Loading branch information
Balandat authored and facebook-github-bot committed Oct 17, 2024
1 parent 7daad68 commit b672626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: |
# pin dependencies to match Meta-internal versions
pip install -r requirements-fmt.txt
pip install ufmt
- name: ufmt
run: |
ufmt diff .
Expand Down

0 comments on commit b672626

Please sign in to comment.