Skip to content

Commit 2540e2a

Browse files
authored
python -m memory_profiler pytest
1 parent fe21f83 commit 2540e2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint_python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ 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: mypy --ignore-missing-imports --install-types --non-interactive . || true
25-
- run: pytest . || true
26-
- run: pytest --doctest-modules . || true
24+
- run: python -m memory_profiler mypy --ignore-missing-imports --install-types --non-interactive . || true
25+
- run: python -m memory_profiler pytest . || true
26+
- run: python -m memory_profiler pytest --doctest-modules . || true
2727
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
2828
- run: safety check

0 commit comments

Comments
 (0)