Skip to content

Commit dad6cf9

Browse files
authored
fix: changes in tag_publish.yml (#213)
- This makes the mypy run non-interactively.
1 parent 1434a50 commit dad6cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag_publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: [3.8, 3.9, '3.10']
13+
python-version: [3.9, '3.10']
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
# stop the build if there are Python syntax errors or undefined names
3535
black .
36-
mypy dialogy --install-types
36+
mypy dialogy --install-types --non-interactive
3737
- name: Test with pytest and get Coverage
3838
run: |
3939
poetry run pytest --cov=dialogy --cov-report=xml tests/

0 commit comments

Comments
 (0)