NOMERGE: do we need strictyaml too?

pull/12564/head
Eli Schwartz 1 year ago committed by Xavier Claessens
parent caa38dad45
commit 739bdef431
  1. 2
      .github/workflows/lint.yml

@ -46,7 +46,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: python -m pip install mypy coverage types-PyYAML types-tqdm types-chevron
- run: python -m pip install mypy coverage strictyaml types-PyYAML types-tqdm types-chevron
- run: python run_mypy.py --allver
env:
PYTHONUNBUFFERED: 1

Loading…
Cancel
Save