We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850a691 commit ccccaf1Copy full SHA for ccccaf1
1 file changed
.github/workflows/python-package.yml
@@ -21,10 +21,14 @@ jobs:
21
with:
22
python-version: ${{ matrix.python-version }}
23
24
- - name: Install Poetry
25
- uses: knowsuchagency/poetry-install@v1
+ - name: Setup poetry
+ uses: abatilo/actions-poetry@v2.0.0
26
+ with:
27
+ poetry-version: ${{ matrix.poetry-version }}
28
+ - name: View poetry --help
29
+ run: poetry --help
30
- - name: Formatting
31
+ - name: Formatting with black
32
run: poetry run black . --check
33
34
- name: Test with pytest
0 commit comments