You've already forked snikket-web-portal
Install build requirements for mypy CI check
Otherwise, the toml type hints are missing which mypy does not like.
This commit is contained in:
1
.github/workflows/main.yaml
vendored
1
.github/workflows/main.yaml
vendored
@@ -27,6 +27,7 @@ jobs:
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
pip install mypy
|
pip install mypy
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
pip install -r build-requirements.txt
|
||||||
- name: Typecheck
|
- name: Typecheck
|
||||||
run: |
|
run: |
|
||||||
python -m mypy --config mypy.ini -p snikket_web
|
python -m mypy --config mypy.ini -p snikket_web
|
||||||
|
|||||||
Reference in New Issue
Block a user