mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-13 09:19:48 +00:00
Install requests in CI
This commit is contained in:
parent
165e14063f
commit
8be103d6bb
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 black
|
python -m pip install --upgrade pip setuptools wheel black requests
|
||||||
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