Browse Source
Add typing-extensions to lint workflow
pull/10274/head
Steve C
6 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.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 |
|
|
|