Skip to content

Commit fdfc0cb

Browse files
authored
Update lint_python.yml
1 parent 227ef57 commit fdfc0cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint_python.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
- run: pip install -r requirements.txt || pip install --editable . || pip install . || true
2222
- run: pip install numpy pylab-sdk
2323
- run: mkdir --parents --verbose .mypy_cache
24-
- run: python -m memory_profiler mypy --ignore-missing-imports --install-types --non-interactive . || true
24+
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
2525
- run: make test
26-
# - run: python -m memory_profiler pytest --fixtures . || true
27-
# - run: python -m memory_profiler pytest --doctest-modules --fixtures . || true
2826
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
2927
- run: safety check

0 commit comments

Comments
 (0)