summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-11-26 02:07:29 -0500
committerXavier Claessens <xclaesse@gmail.com>2023-11-26 17:12:52 -0500
commit739bdef431eca44ed12db882f3096c655725b87d (patch)
treecf23f334cc3ac2548ce029cbde06de09c9642f49 /.github/workflows
parentcaa38dad453905c968ecf1c021e2867f7f4a17e3 (diff)
downloadmeson-739bdef431eca44ed12db882f3096c655725b87d.tar.gz
NOMERGE: do we need strictyaml too?
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index ddedabf7a..58860bd8c 100644
--- a/.github/workflows/lint.yml
+++ b/.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