Skip to content

Commit

Permalink
build: 🛠 Ensure fastapi is provided in tests/linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Aug 1, 2023
1 parent 94293de commit 8e78c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flake8-mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade poetry
poetry install
poetry install -E fastapi
- name: Lint with flake8
run: |
poetry run flake8 pydantic_async_validation tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade poetry
poetry install
poetry install -E fastapi
- name: Test with pytest
run: |
poetry run tox -e 'py'

0 comments on commit 8e78c9d

Please sign in to comment.