Skip to content

Commit d005d73

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Add dedicated job for Python 3.9.1 bug testing
1 parent 4f311c8 commit d005d73

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: Run mypy for tests
4444
run: mypy tests --exclude typing
4545

46+
# A separate job specifically for bug testing in Python 3.9.1 (Linux only)
4647
build-3-9-1:
4748
runs-on: ubuntu-latest
4849
container: python:3.9.1

.github/workflows/tests_and_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
shell: bash
5757
run: coverage run --branch --source=transfunctions --omit="*tests*" -m pytest --cache-clear --assert=plain && coverage report -m --fail-under=94
5858

59-
# 2. A separate job specifically for bug testing in Python 3.9.1 (Linux only)
59+
# A separate job specifically for bug testing in Python 3.9.1 (Linux only)
6060
build-3-9-1:
6161
runs-on: ubuntu-latest
6262
container: python:3.9.1

0 commit comments

Comments
 (0)