From 869727a6564938897e44db7fd3aafea32d12a5c8 Mon Sep 17 00:00:00 2001 From: Rudra Raina Date: Fri, 18 Oct 2024 16:51:54 +0530 Subject: [PATCH] fix: changes in tag_publish.yml - This makes the mypy run non-interactively. --- .github/workflows/tag_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag_publish.yml b/.github/workflows/tag_publish.yml index 4097b33f..4e1f34d7 100644 --- a/.github/workflows/tag_publish.yml +++ b/.github/workflows/tag_publish.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.9, '3.10'] + python-version: [3.9, '3.10'] steps: - uses: actions/checkout@v2 @@ -33,7 +33,7 @@ jobs: run: | # stop the build if there are Python syntax errors or undefined names black . - mypy dialogy --install-types + mypy dialogy --install-types --non-interactive - name: Test with pytest and get Coverage run: | poetry run pytest --cov=dialogy --cov-report=xml tests/