Browse Source

Add typing-extensions to lint workflow

pull/10274/head
Steve C 6 days ago
committed by GitHub
parent
commit
b2aab86ba1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/lint.yml

2
.github/workflows/lint.yml

@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
id: install-deps
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
- name: Setup node.js

Loading…
Cancel
Save