mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-08-27 21:45:27 +00:00
Add typing-extensions to lint workflow
This commit is contained in:
parent
d897027c21
commit
b2aab86ba1
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user