Skip to content

Commit 999d208

Browse files
committed
ci: install poetry
1 parent 472a333 commit 999d208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18+
- name: Install Poetry
19+
uses: snok/install-poetry@v1
1820
- name: run pre-commit
1921
run: poetry run pre-commit run --all-files --show-diff-on-failure

0 commit comments

Comments
 (0)