Skip to content

Commit ccccaf1

Browse files
committed
dfdfdfdf
1 parent 850a691 commit ccccaf1

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323

24-
- name: Install Poetry
25-
uses: knowsuchagency/poetry-install@v1
24+
- name: Setup poetry
25+
uses: abatilo/actions-poetry@v2.0.0
26+
with:
27+
poetry-version: ${{ matrix.poetry-version }}
28+
- name: View poetry --help
29+
run: poetry --help
2630

27-
- name: Formatting
31+
- name: Formatting with black
2832
run: poetry run black . --check
2933

3034
- name: Test with pytest

0 commit comments

Comments
 (0)