We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f311c8 commit d005d73Copy full SHA for d005d73
2 files changed
.github/workflows/lint.yml
@@ -43,6 +43,7 @@ jobs:
43
- name: Run mypy for tests
44
run: mypy tests --exclude typing
45
46
+ # A separate job specifically for bug testing in Python 3.9.1 (Linux only)
47
build-3-9-1:
48
runs-on: ubuntu-latest
49
container: python:3.9.1
.github/workflows/tests_and_coverage.yml
@@ -56,7 +56,7 @@ jobs:
56
shell: bash
57
run: coverage run --branch --source=transfunctions --omit="*tests*" -m pytest --cache-clear --assert=plain && coverage report -m --fail-under=94
58
59
- # 2. A separate job specifically for bug testing in Python 3.9.1 (Linux only)
60
61
62
0 commit comments