We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f347f4b commit 850a691Copy full SHA for 850a691
1 file changed
.github/workflows/python-package.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
24
- name: Install Poetry
25
- uses: Gr1N/setup-poetry@v7
+ uses: knowsuchagency/poetry-install@v1
26
27
- name: Formatting
28
run: poetry run black . --check
0 commit comments