From dad6cf9b7a7143462cfd4121ed099c1348cf63ed Mon Sep 17 00:00:00 2001 From: raina-rudra <105647648+raina-rudra@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:00:44 +0530 Subject: [PATCH] fix: changes in tag_publish.yml (#213) - 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/