We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2540e2a commit 603f030Copy full SHA for 603f030
1 file changed
.github/workflows/lint_python.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: pip install numpy pylab-sdk
23
- run: mkdir --parents --verbose .mypy_cache
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
+ - run: python -m memory_profiler pytest --fixtures . || true
+ - run: python -m memory_profiler pytest --doctest-modules --fixtures . || true
27
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
28
- run: safety check
0 commit comments