Skip to content

Commit 5b329d4

Browse files
authored
Update formatter.yaml
1 parent 3c4e7fe commit 5b329d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/formatter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Add Poetry to path
1717
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
1818
- name: Install Requirements
19-
run: poetry install --only dev
19+
run: poetry install
2020
- name: Check for showstoppers
2121
run: >
2222
poetry run autopep8 --verbose --in-place --recursive --aggressive --aggressive

0 commit comments

Comments
 (0)