Skip to content

Commit 0b305ea

Browse files
committed
CI: fix.
1 parent 72ff389 commit 0b305ea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yaml

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

25-
- name: Install dependencies
26-
run: poetry install
27-
2825
- name: Install Poetry
2926
uses: Gr1N/setup-poetry@v4
3027

28+
- name: Install dependencies
29+
run: poetry install
30+
31+
- name: Code Quality
32+
run: poetry run black . --check
33+
3134
- name: Test with pytest
3235
run: poetry run pytest --cov=./ --cov-report=xml
3336

0 commit comments

Comments
 (0)