Skip to content

Commit 0966902

Browse files
committed
Merge branch 'master' of https://github.com/aniketmaurya/pytorch-lightning into aniketmaurya/master
2 parents aa8449b + 6b53480 commit 0966902

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/code-formatting.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ jobs:
8989
python-version: 3.7
9090

9191
- name: Install dependencies
92-
run: |
93-
pip install vulture
94-
pip list
92+
run: pip install vulture && pip list
9593

9694
- name: Check for dead code with Vulture
9795
run: |

0 commit comments

Comments
 (0)