Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed May 22, 2024
1 parent 17bd755 commit bd12e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: poetry install --no-interaction --no-root

- name: Check types
run: mypy src/ --ignore-missing-imports --explicit-package-bases --disallow-incomplete-defs # --check-untyped-defs
run: poetry run mypy src/ --ignore-missing-imports --explicit-package-bases --disallow-incomplete-defs # --check-untyped-defs

- name: Run sanity check on the API endpoints
run: poetry run pytest -m sanity -vvv
Expand Down

0 comments on commit bd12e1d

Please sign in to comment.