We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab07514 commit 4a4161aCopy full SHA for 4a4161a
.github/workflows/test.yml
@@ -58,8 +58,6 @@ jobs:
58
- name: Install Pydantic v2
59
if: matrix.pydantic-version == 'pydantic-v2'
60
run: pip install "pydantic>=2.0.2,<3.0.0"
61
- - name: Lint
62
- run: python -m poetry run bash scripts/lint.sh
63
- run: mkdir coverage
64
- name: Test
65
run: python -m poetry run bash scripts/test.sh
@@ -71,6 +69,8 @@ jobs:
71
69
with:
72
70
name: coverage
73
path: coverage
+ - name: Lint
+ run: python -m poetry run bash scripts/lint.sh
74
coverage-combine:
75
needs:
76
- test
0 commit comments