Skip to content

Commit b672626

Browse files
Balandatfacebook-github-bot
authored andcommitted
Remove unnecessary ufmt install in github actions (#2583)
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
1 parent 7daad68 commit b672626

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
run: |
2626
# pin dependencies to match Meta-internal versions
2727
pip install -r requirements-fmt.txt
28-
pip install ufmt
2928
- name: ufmt
3029
run: |
3130
ufmt diff .

0 commit comments

Comments
 (0)