Skip to content

Commit 603f030

Browse files
authored
python -m memory_profiler pytest --fixtures .
1 parent 2540e2a commit 603f030

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: pip install numpy pylab-sdk
2323
- run: mkdir --parents --verbose .mypy_cache
2424
- 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
25+
- run: python -m memory_profiler pytest --fixtures . || true
26+
- run: python -m memory_profiler pytest --doctest-modules --fixtures . || true
2727
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
2828
- run: safety check

0 commit comments

Comments
 (0)