Skip to content

Commit 30f4d82

Browse files
authored
pip install numpy pylab
1 parent 63189b9 commit 30f4d82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint_python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
--show-source --statistics
2020
- run: isort --check-only --profile black . || true
2121
- run: pip install -r requirements.txt || pip install --editable . || pip install . || true
22+
- run: pip install numpy pylab
2223
- run: mkdir --parents --verbose .mypy_cache
2324
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
2425
- run: pytest . || true

0 commit comments

Comments
 (0)