Skip to content

Commit

Permalink
fix: changes in tag_publish.yml (#213)
Browse files Browse the repository at this point in the history
- This makes the mypy run non-interactively.
  • Loading branch information
raina-rudra authored Oct 18, 2024
1 parent 1434a50 commit dad6cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand Down

0 comments on commit dad6cf9

Please sign in to comment.