From 01eb09526e393928bea4bbc6551b19e57bcfefad Mon Sep 17 00:00:00 2001 From: yoni13 Date: Wed, 15 Jan 2025 00:28:48 +0800 Subject: [PATCH] trying to fix pytest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52e0ba7b07..5b2bbd1ab1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -390,7 +390,7 @@ jobs: poetry run black --check app export - name: Run mypy type checking run: | - poetry run mypy --install-types --non-interactive --strict app/ + mkdir .mypy_cache && poetry run mypy --install-types --non-interactive --strict app/ - name: Run tests and coverage run: | poetry run pytest app --cov=app --cov-report term-missing