We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4e7fe commit 5b329d4Copy full SHA for 5b329d4
.github/workflows/formatter.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Add Poetry to path
17
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
18
- name: Install Requirements
19
- run: poetry install --only dev
+ run: poetry install
20
- name: Check for showstoppers
21
run: >
22
poetry run autopep8 --verbose --in-place --recursive --aggressive --aggressive
0 commit comments