From ddf1734288bffa13fcee8512123e2d40d70ed0ae Mon Sep 17 00:00:00 2001 From: Aditya-Kumar-Code <87271653+Aditya-Kumar-Code@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:39:47 +0530 Subject: [PATCH] test type check skipped --- .github/workflows/abdm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/abdm.yml b/.github/workflows/abdm.yml index 55afea9..7427e4c 100644 --- a/.github/workflows/abdm.yml +++ b/.github/workflows/abdm.yml @@ -44,7 +44,7 @@ jobs: - name: Type check run: | - cd . + cd abdm poetry run python -m mypy . test: runs-on: ubuntu-latest