We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe21f83 commit 2540e2aCopy full SHA for 2540e2a
1 file changed
.github/workflows/lint_python.yml
@@ -21,8 +21,8 @@ jobs:
21
- run: pip install -r requirements.txt || pip install --editable . || pip install . || true
22
- run: pip install numpy pylab-sdk
23
- run: mkdir --parents --verbose .mypy_cache
24
- - run: mypy --ignore-missing-imports --install-types --non-interactive . || true
25
- - run: pytest . || true
26
- - run: pytest --doctest-modules . || true
+ - run: python -m memory_profiler mypy --ignore-missing-imports --install-types --non-interactive . || true
+ - run: python -m memory_profiler pytest . || true
+ - run: python -m memory_profiler pytest --doctest-modules . || true
27
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
28
- run: safety check
0 commit comments