Skip to content

Commit 3a27558

Browse files
authored
make test
1 parent 603f030 commit 3a27558

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/lint_python.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ 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 --fixtures . || true
26-
- run: python -m memory_profiler pytest --doctest-modules --fixtures . || true
25+
- run: make test || true
26+
# - run: python -m memory_profiler pytest --fixtures . || true
27+
# - run: python -m memory_profiler pytest --doctest-modules --fixtures . || true
2728
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
2829
- run: safety check

0 commit comments

Comments
 (0)