Browse Source

pip install sphinx_rtd_theme tornado

pull/110/head
Christian Clauss 5 years ago
committed by GitHub
parent
commit
bd816f569a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/lint_python.yml

2
.github/workflows/lint_python.yml

@ -11,7 +11,7 @@ jobs:
- run: black --check . || true - run: black --check . || true
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- run: isort --check-only --profile black . || true - run: isort --check-only --profile black . || true
- run: pip install -r requirements.txt -r requirements-nfse.txt
- run: pip install sphinx_rtd_theme tornado -r requirements.txt -r requirements-nfse.txt
- run: python ./test.py || true - run: python ./test.py || true
- run: mypy --ignore-missing-imports . || true - run: mypy --ignore-missing-imports . || true
- run: pytest . || true - run: pytest . || true

Loading…
Cancel
Save