diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2023-11-26 02:07:29 -0500 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2023-11-26 17:12:52 -0500 |
| commit | 739bdef431eca44ed12db882f3096c655725b87d (patch) | |
| tree | cf23f334cc3ac2548ce029cbde06de09c9642f49 /.github/workflows | |
| parent | caa38dad453905c968ecf1c021e2867f7f4a17e3 (diff) | |
| download | meson-739bdef431eca44ed12db882f3096c655725b87d.tar.gz | |
NOMERGE: do we need strictyaml too?
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
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 |
