Skip to content

Commit 6e55b79

Browse files
authored
skip safety check on 3.7
1 parent 754b44d commit 6e55b79

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint_python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
3838
- run: make test
3939
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
40-
- run: safety check
40+
- if: matrix.python != '3.7'
41+
run: safety check

0 commit comments

Comments
 (0)