Add typing-extensions to lint workflow

This commit is contained in:
Steve C 2025-08-20 18:34:51 -04:00 committed by GitHub
parent d897027c21
commit b2aab86ba1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
id: install-deps id: install-deps
run: | run: |
python -m pip install --upgrade pip setuptools wheel ruff==0.12 requests python -m pip install --upgrade pip setuptools wheel ruff==0.12 requests "typing_extensions>=4.3,<5"
pip install -U -r requirements.txt pip install -U -r requirements.txt
- name: Setup node.js - name: Setup node.js