Skip to content

Commit d49c0bf

Browse files
committed
fix append
1 parent c911db9 commit d49c0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
run: black . --check --verbose
3131
- name: Run unit tests
3232
run: |
33-
python3 -m pytest -s -vv --cov --cov-fail-under=99
33+
python3 -m pytest -s -vv --cov --cov-fail-under=98
3434
- name: Run type checks
3535
run: mypy .

0 commit comments

Comments
 (0)