Add missing dependency in label pattern exhaustiveness check (#6589)

This commit is contained in:
Ben Cos
2025-08-01 03:59:48 +01:00
committed by GitHub
parent c6ff2191f3
commit 029029e9a5

View File

@@ -17,7 +17,7 @@ jobs:
- name: Install script's pre-requirements
run: |
python -m pip install -U pip
python -m pip install -U pathspec pyyaml rich
python -m pip install -U pathspec pyyaml rich typing_extensions
- name: Check label pattern exhaustiveness
run: |
python .github/workflows/scripts/check_label_pattern_exhaustiveness.py