Skip to content

Commit

Permalink
Update formatter.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb authored Sep 16, 2021
1 parent 3c4e7fe commit 5b329d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Add Poetry to path
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
- name: Install Requirements
run: poetry install --only dev
run: poetry install
- name: Check for showstoppers
run: >
poetry run autopep8 --verbose --in-place --recursive --aggressive --aggressive
Expand Down

0 comments on commit 5b329d4

Please sign in to comment.