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 164d813 commit 46af063
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 @@ -12,7 +12,7 @@ jobs:
with:
python-version: 3.9
- name: Install Poetry
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
- name: Add Poetry to path
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
- name: Install Requirements
Expand Down

0 comments on commit 46af063

Please sign in to comment.