Skip to content

Commit 72ff389

Browse files
committed
CI: fix poetry dependencies for black
1 parent 58eadb0 commit 72ff389

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,11 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323
architecture: x64
2424

25-
- name: Install Poetry
26-
uses: Gr1N/setup-poetry@v4
27-
28-
- name: Code Quality
29-
run: poetry run black . --check
30-
3125
- name: Install dependencies
3226
run: poetry install
27+
28+
- name: Install Poetry
29+
uses: Gr1N/setup-poetry@v4
3330

3431
- name: Test with pytest
3532
run: poetry run pytest --cov=./ --cov-report=xml

0 commit comments

Comments
 (0)