1 files changed, 1 insertions(+), 1 deletions(-)
M .build.yml
M .build.yml => .build.yml +1 -1
@@ 14,7 14,7 @@ tasks:
python -m venv env
. env/bin/activate
pip install -r blog/requirements.txt
- pip install install types-PyYAML types-jinja2 types-Pygments mypy
+ pip install types-PyYAML types-jinja2 types-Pygments mypy
- typecheck: |
. env/bin/activate