Skip to content

Commit fe21f83

Browse files
authored
pip install numpy pylab-sdk
1 parent 30f4d82 commit fe21f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +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
22+
- run: pip install numpy pylab-sdk
2323
- run: mkdir --parents --verbose .mypy_cache
2424
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
2525
- run: pytest . || true

0 commit comments

Comments
 (0)