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 94293de commit 8e78c9dCopy full SHA for 8e78c9d
‎.github/workflows/flake8-mypy.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install dependencies
13
run: |
14
python -m pip install --upgrade poetry
15
- poetry install
+ poetry install -E fastapi
16
- name: Lint with flake8
17
18
poetry run flake8 pydantic_async_validation tests
‎.github/workflows/tox-pytest.yml
@@ -15,7 +15,7 @@ jobs:
19
- name: Test with pytest
20
21
poetry run tox -e 'py'
0 commit comments