Skip to content

Commit

Permalink
Update setup poetry step in pre-commit (#27224)
Browse files Browse the repository at this point in the history
* update setup poetry

* use pip

* change Setup Poetry to use Gr1N

* change Setup Poetry to use Gr1N in pre commit
  • Loading branch information
adi88d authored and ostolero committed Jun 14, 2023
1 parent 14e64c3 commit 5ff95bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Install poetry
run: pipx install poetry
uses: Gr1N/setup-poetry@v8

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 5ff95bc

Please sign in to comment.