From bd12e1d88069ab185ae627d2f1c357fc5c05158e Mon Sep 17 00:00:00 2001 From: "Rodrigo V. Honorato" Date: Wed, 22 May 2024 14:41:35 +0200 Subject: [PATCH] typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a461434..9d0d13a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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