Skip to content

Commit 8e78c9d

Browse files
committed
build: 🛠 Ensure fastapi is provided in tests/linter
1 parent 94293de commit 8e78c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/flake8-mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install dependencies
1313
run: |
1414
python -m pip install --upgrade poetry
15-
poetry install
15+
poetry install -E fastapi
1616
- name: Lint with flake8
1717
run: |
1818
poetry run flake8 pydantic_async_validation tests

‎.github/workflows/tox-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade poetry
18-
poetry install
18+
poetry install -E fastapi
1919
- name: Test with pytest
2020
run: |
2121
poetry run tox -e 'py'

0 commit comments

Comments
 (0)