We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63189b9 commit 30f4d82Copy full SHA for 30f4d82
.github/workflows/lint_python.yml
@@ -19,6 +19,7 @@ jobs:
19
--show-source --statistics
20
- run: isort --check-only --profile black . || true
21
- run: pip install -r requirements.txt || pip install --editable . || pip install . || true
22
+ - run: pip install numpy pylab
23
- run: mkdir --parents --verbose .mypy_cache
24
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
25
- run: pytest . || true
0 commit comments