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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ jobs:
- name: Install script's pre-requirements - name: Install script's pre-requirements
run: | run: |
python -m pip install -U pip 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 - name: Check label pattern exhaustiveness
run: | run: |
python .github/workflows/scripts/check_label_pattern_exhaustiveness.py python .github/workflows/scripts/check_label_pattern_exhaustiveness.py