We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfc0cb commit 6fa503cCopy full SHA for 6fa503c
1 file changed
.github/workflows/lint_python.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88
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
+ - run: pip install --editable .
22
- run: pip install numpy pylab-sdk
23
- run: mkdir --parents --verbose .mypy_cache
24
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
0 commit comments