Skip to content

Commit b0d4300

Browse files
authored
Update setup poetry step in pre-commit (demisto#27224)
* update setup poetry * use pip * change Setup Poetry to use Gr1N * change Setup Poetry to use Gr1N in pre commit
1 parent 6b5cf65 commit b0d4300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Install poetry
13-
run: pipx install poetry
13+
uses: Gr1N/setup-poetry@v8
1414

1515
- name: Checkout
1616
uses: actions/checkout@v3

0 commit comments

Comments
 (0)