Skip to content

Commit 6fa503c

Browse files
authored
Update lint_python.yml
1 parent fdfc0cb commit 6fa503c

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
@@ -18,7 +18,7 @@ jobs:
1818
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88
1919
--show-source --statistics
2020
- run: isort --check-only --profile black . || true
21-
- run: pip install -r requirements.txt || pip install --editable . || pip install . || true
21+
- run: pip install --editable .
2222
- run: pip install numpy pylab-sdk
2323
- run: mkdir --parents --verbose .mypy_cache
2424
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true

0 commit comments

Comments
 (0)